function Page::getModuleName
Same name in other branches
- 4.0.x modules/form_api_example/src/Controller/Page.php \Drupal\form_api_example\Controller\Page::getModuleName()
Overrides DescriptionTemplateTrait::getModuleName
File
-
modules/
form_api_example/ src/ Controller/ Page.php, line 17
Class
- Page
- Simple page controller for drupal.
Namespace
Drupal\form_api_example\ControllerCode
public function getModuleName() {
return 'form_api_example';
}