function 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 136
Class
- Tour
- Defines the configured tour entity.
Namespace
Drupal\tour\EntityCode
public function getModule() {
return $this->module;
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.