function WorkspacesHtmlEntityFormController::getFormArgument

Same name and namespace in other branches
  1. 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
Invokes the form and returns the result.

File

core/modules/workspaces/src/Controller/WorkspacesHtmlEntityFormController.php, line 86

Class

WorkspacesHtmlEntityFormController
Overrides the entity form controller service for workspaces operations.

Namespace

Drupal\workspaces\Controller

Code

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.