public function TourInterface::getModule in Zircon Profile 8
Same name and namespace in other branches
- 8.0 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 63 - Contains \Drupal\tour\TourInterface.
Class
- TourInterface
- Provides an interface defining a tour entity.
Namespace
Drupal\tourCode
public function getModule();