public function Tour::getModule in Zircon Profile 8
Same name and namespace in other branches
- 8.0 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 135 - Contains \Drupal\tour\Entity\Tour.
Class
- Tour
- Defines the configured tour entity.
Namespace
Drupal\tour\EntityCode
public function getModule() {
return $this->module;
}