public 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 130
Class
- Tour
- Defines the configured tour entity.
Namespace
Drupal\tour\Entity
Code
public function getModule() { return $this->module; }
Please login to continue.