function WorkspaceManagerInterface::executeOutsideWorkspace
Same name in other branches
- 9 core/modules/workspaces/src/WorkspaceManagerInterface.php \Drupal\workspaces\WorkspaceManagerInterface::executeOutsideWorkspace()
- 8.9.x core/modules/workspaces/src/WorkspaceManagerInterface.php \Drupal\workspaces\WorkspaceManagerInterface::executeOutsideWorkspace()
- 11.x core/modules/workspaces/src/WorkspaceManagerInterface.php \Drupal\workspaces\WorkspaceManagerInterface::executeOutsideWorkspace()
Executes the given callback function without any workspace context.
Parameters
callable $function: The callback to be executed.
Return value
mixed The callable's return value.
File
-
core/
modules/ workspaces/ src/ WorkspaceManagerInterface.php, line 99
Class
- WorkspaceManagerInterface
- Provides an interface for managing Workspaces.
Namespace
Drupal\workspacesCode
public function executeOutsideWorkspace(callable $function);
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.