function TourInterface::getTip
Same name in other branches
- 8.9.x core/modules/tour/src/TourInterface.php \Drupal\tour\TourInterface::getTip()
- 10 core/modules/tour/src/TourInterface.php \Drupal\tour\TourInterface::getTip()
- 11.x core/modules/tour/src/TourInterface.php \Drupal\tour\TourInterface::getTip()
Returns tip plugin.
Parameters
string $id: The identifier of the tip.
Return value
\Drupal\tour\TipPluginInterface The tip plugin.
1 method overrides TourInterface::getTip()
- Tour::getTip in core/
modules/ tour/ src/ Entity/ Tour.php - Returns tip plugin.
File
-
core/
modules/ tour/ src/ TourInterface.php, line 42
Class
- TourInterface
- Provides an interface defining a tour entity.
Namespace
Drupal\tourCode
public function getTip($id);
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.