function TestingExampleController::getModuleName

Same name in other branches
  1. 3.x modules/testing_example/src/Controller/TestingExampleController.php \Drupal\testing_example\Controller\TestingExampleController::getModuleName()
  2. 8.x-1.x testing_example/src/Controller/TestingExampleController.php \Drupal\testing_example\Controller\TestingExampleController::getModuleName()

Overrides DescriptionTemplateTrait::getModuleName

File

modules/testing_example/src/Controller/TestingExampleController.php, line 49

Class

TestingExampleController
Controller for testing_example module.

Namespace

Drupal\testing_example\Controller

Code

protected function getModuleName() {
    return 'testing_example';
}