function RobotListBuilder::getModuleName
Same name in other branches
- 3.x modules/config_entity_example/src/Controller/RobotListBuilder.php \Drupal\config_entity_example\Controller\RobotListBuilder::getModuleName()
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\ControllerCode
protected function getModuleName() {
return 'config_entity_example';
}