Neos\Neos\Controller\Service\WorkspacesController::showAction PHP Method

showAction() public method

Shows details of the given workspace
public showAction ( Workspace $workspace ) : string
$workspace Neos\ContentRepository\Domain\Model\Workspace
return string
    public function showAction(Workspace $workspace)
    {
        $this->view->assign('workspace', $workspace);
    }