public TourInterface::getModule()
Gets the module this tour belongs to.
Return value
string The module this tour belongs to.
File
- core/modules/tour/src/TourInterface.php, line 58
Class
- TourInterface
- Provides an interface defining a tour entity.
Namespace
Drupal\tour
Code
public function getModule();
Please login to continue.