function Page::getModuleName

Same name in other branches
  1. 3.x modules/form_api_example/src/Controller/Page.php \Drupal\form_api_example\Controller\Page::getModuleName()
  2. 8.x-1.x 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\Controller

Code

public function getModuleName() {
    return 'form_api_example';
}