function TableDragExampleController::getModuleName
Same name in other branches
- 8.x-1.x tabledrag_example/src/Controller/TableDragExampleController.php \Drupal\tabledrag_example\Controller\TableDragExampleController::getModuleName()
- 4.0.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';
}