function TableDragExampleController::getModuleName
Same name in other branches
- 3.x modules/tabledrag_example/src/Controller/TableDragExampleController.php \Drupal\tabledrag_example\Controller\TableDragExampleController::getModuleName()
Overrides DescriptionTemplateTrait::getModuleName
File
-
modules/
tabledrag_example/ src/ Controller/ TableDragExampleController.php, line 20
Class
- TableDragExampleController
- Controller for the tabledrag example.
Namespace
Drupal\tabledrag_example\ControllerCode
protected function getModuleName() {
return 'tabledrag_example';
}