function TourInterface::getModule

Same name and namespace in other branches
  1. 8.9.x core/modules/tour/src/TourInterface.php \Drupal\tour\TourInterface::getModule()
  2. 10 core/modules/tour/src/TourInterface.php \Drupal\tour\TourInterface::getModule()
  3. 11.x 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();

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.