function TourInterface::getTips
Same name in other branches
- 9 core/modules/tour/src/TourInterface.php \Drupal\tour\TourInterface::getTips()
- 10 core/modules/tour/src/TourInterface.php \Drupal\tour\TourInterface::getTips()
- 11.x core/modules/tour/src/TourInterface.php \Drupal\tour\TourInterface::getTips()
Returns the tips for this tour.
Return value
array An array of tip plugins.
1 method overrides TourInterface::getTips()
- Tour::getTips in core/
modules/ tour/ src/ Entity/ Tour.php - Returns the tips for this tour.
File
-
core/
modules/ tour/ src/ TourInterface.php, line 50
Class
- TourInterface
- Provides an interface defining a tour entity.
Namespace
Drupal\tourCode
public function getTips();
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.