You are here

protected function RobotListBuilder::getModuleName in Examples for Developers 3.x

Same name and namespace in other branches
  1. 8 config_entity_example/src/Controller/RobotListBuilder.php \Drupal\config_entity_example\Controller\RobotListBuilder::getModuleName()

Name of our module.

Return value

string A module name.

Overrides DescriptionTemplateTrait::getModuleName

File

modules/config_entity_example/src/Controller/RobotListBuilder.php, line 34

Class

RobotListBuilder
Provides a listing of robot entities.

Namespace

Drupal\config_entity_example\Controller

Code

protected function getModuleName() {
  return 'config_entity_example';
}