function AjaxExampleController::getModuleName
Same name in other branches
- 3.x modules/ajax_example/src/Controller/AjaxExampleController.php \Drupal\ajax_example\Controller\AjaxExampleController::getModuleName()
- 8.x-1.x ajax_example/src/Controller/AjaxExampleController.php \Drupal\ajax_example\Controller\AjaxExampleController::getModuleName()
Overrides DescriptionTemplateTrait::getModuleName
File
-
modules/
ajax_example/ src/ Controller/ AjaxExampleController.php, line 22
Class
- AjaxExampleController
- Controller routines for AJAX example routes.
Namespace
Drupal\ajax_example\ControllerCode
protected function getModuleName() {
return 'ajax_example';
}