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