public function Tour::getModule in Drupal 8
Same name and namespace in other branches
- 9 core/modules/tour/src/Entity/Tour.php \Drupal\tour\Entity\Tour::getModule()
- 10 core/modules/tour/src/Entity/Tour.php \Drupal\tour\Entity\Tour::getModule()
Gets the module this tour belongs to.
Return value
string The module this tour belongs to.
Overrides TourInterface::getModule
File
- core/
modules/ tour/ src/ Entity/ Tour.php, line 139
Class
- Tour
- Defines the configured tour entity.
Namespace
Drupal\tour\EntityCode
public function getModule() {
return $this->module;
}