function TestWorkspaceNegotiator::getActiveWorkspace
Same name in other branches
- 9 core/modules/workspaces/tests/modules/workspace_update_test/src/Negotiator/TestWorkspaceNegotiator.php \Drupal\workspace_update_test\Negotiator\TestWorkspaceNegotiator::getActiveWorkspace()
- 10 core/modules/workspaces/tests/modules/workspace_update_test/src/Negotiator/TestWorkspaceNegotiator.php \Drupal\workspace_update_test\Negotiator\TestWorkspaceNegotiator::getActiveWorkspace()
- 11.x core/modules/workspaces/tests/modules/workspace_update_test/src/Negotiator/TestWorkspaceNegotiator.php \Drupal\workspace_update_test\Negotiator\TestWorkspaceNegotiator::getActiveWorkspace()
Overrides WorkspaceNegotiatorInterface::getActiveWorkspace
File
-
core/
modules/ workspaces/ tests/ modules/ workspace_update_test/ src/ Negotiator/ TestWorkspaceNegotiator.php, line 25
Class
- TestWorkspaceNegotiator
- Defines a workspace negotiator used for testing.
Namespace
Drupal\workspace_update_test\NegotiatorCode
public function getActiveWorkspace(Request $request) {
return Workspace::create([
'id' => 'test',
'label' => 'Test',
]);
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.