function PHPUnitExampleController::getModuleName
Same name in other branches
- 4.0.x modules/phpunit_example/src/Controller/PHPUnitExampleController.php \Drupal\phpunit_example\Controller\PHPUnitExampleController::getModuleName()
Overrides DescriptionTemplateTrait::getModuleName
File
-
modules/
phpunit_example/ src/ Controller/ PHPUnitExampleController.php, line 21
Class
- PHPUnitExampleController
- Controller for PHPUnit description page.
Namespace
Drupal\phpunit_example\ControllerCode
protected function getModuleName() {
return 'phpunit_example';
}