function 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\Controller

Code

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.