function TourInterface::getModule
Same name in other branches
- 9 core/modules/tour/src/TourInterface.php \Drupal\tour\TourInterface::getModule()
- 8.9.x core/modules/tour/src/TourInterface.php \Drupal\tour\TourInterface::getModule()
- 11.x core/modules/tour/src/TourInterface.php \Drupal\tour\TourInterface::getModule()
Gets the module this tour belongs to.
Return value
string The module this tour belongs to.
1 method overrides TourInterface::getModule()
- Tour::getModule in core/
modules/ tour/ src/ Entity/ Tour.php - Gets the module this tour belongs to.
File
-
core/
modules/ tour/ src/ TourInterface.php, line 58
Class
- TourInterface
- Provides an interface defining a tour entity.
Namespace
Drupal\tourCode
public function getModule();
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.