function WorkspaceManagerInterface::executeInWorkspace

Same name and namespace in other branches
  1. 9 core/modules/workspaces/src/WorkspaceManagerInterface.php \Drupal\workspaces\WorkspaceManagerInterface::executeInWorkspace()
  2. 8.9.x core/modules/workspaces/src/WorkspaceManagerInterface.php \Drupal\workspaces\WorkspaceManagerInterface::executeInWorkspace()
  3. 10 core/modules/workspaces/src/WorkspaceManagerInterface.php \Drupal\workspaces\WorkspaceManagerInterface::executeInWorkspace()

Executes the given callback function in the context of a workspace.

Parameters

string $workspace_id: The ID of a workspace.

callable $function: The callback to be executed.

Return value

mixed The callable's return value.

File

core/modules/workspaces/src/WorkspaceManagerInterface.php, line 57

Class

WorkspaceManagerInterface
Provides an interface for managing Workspaces.

Namespace

Drupal\workspaces

Code

public function executeInWorkspace($workspace_id, callable $function);

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.