function BlockExampleController::getModuleName
Same name in other branches
- 4.0.x modules/block_example/src/Controller/BlockExampleController.php \Drupal\block_example\Controller\BlockExampleController::getModuleName()
Overrides DescriptionTemplateTrait::getModuleName
File
-
modules/
block_example/ src/ Controller/ BlockExampleController.php, line 16
Class
- BlockExampleController
- Controller routines for block example routes.
Namespace
Drupal\block_example\ControllerCode
protected function getModuleName() {
return 'block_example';
}