function WorkspacesHtmlEntityFormController::getFormArgument
Same name in other branches
- 11.x core/modules/workspaces/src/Controller/WorkspacesHtmlEntityFormController.php \Drupal\workspaces\Controller\WorkspacesHtmlEntityFormController::getFormArgument()
Overrides FormController::getFormArgument
1 call to WorkspacesHtmlEntityFormController::getFormArgument()
- WorkspacesHtmlEntityFormController::getContentResult in core/
modules/ workspaces/ src/ Controller/ WorkspacesHtmlEntityFormController.php
File
-
core/
modules/ workspaces/ src/ Controller/ WorkspacesHtmlEntityFormController.php, line 86
Class
- WorkspacesHtmlEntityFormController
- Overrides the entity form controller service for workspaces operations.
Namespace
Drupal\workspaces\ControllerCode
protected function getFormArgument(RouteMatchInterface $route_match) : string {
return $this->entityFormController
->getFormArgument($route_match);
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.