You are here

public function TourInterface::getModule in Drupal 9

Same name and namespace in other branches
  1. 8 core/modules/tour/src/TourInterface.php \Drupal\tour\TourInterface::getModule()
  2. 10 core/modules/tour/src/TourInterface.php \Drupal\tour\TourInterface::getModule()

Gets the module this tour belongs to.

Return value

string The module this tour belongs to.

1 method overrides TourInterface::getModule()
Tour::getModule in core/modules/tour/src/Entity/Tour.php
Gets 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();