Search for all

  1. Search 7.x for all
  2. Search 9.5.x for all
  3. Search 8.9.x for all
  4. Search 10.3.x for all
  5. Search 11.x for all
  6. Other projects
Title Object type File name Summary
WorkspaceManager::executeInWorkspace function core/modules/workspaces/src/WorkspaceManager.php Executes the given callback function in the context of a workspace.
WorkspaceManager::executeOutsideWorkspace function core/modules/workspaces/src/WorkspaceManager.php Executes the given callback function without any workspace context.
WorkspaceManager::getActiveWorkspace function core/modules/workspaces/src/WorkspaceManager.php Gets the active workspace.
WorkspaceManager::hasActiveWorkspace function core/modules/workspaces/src/WorkspaceManager.php Determines whether a workspace is active in the current request.
WorkspaceManager::setActiveWorkspace function core/modules/workspaces/src/WorkspaceManager.php Sets the active workspace.
WorkspaceManager::switchToLive function core/modules/workspaces/src/WorkspaceManager.php Unsets the active workspace.
WorkspaceManager::__construct function core/modules/workspaces/src/WorkspaceManager.php
WorkspaceManagerInterface interface core/modules/workspaces/src/WorkspaceManagerInterface.php Provides an interface for managing Workspaces.
WorkspaceManagerInterface.php file core/modules/workspaces/src/WorkspaceManagerInterface.php
WorkspaceManagerInterface::executeInWorkspace function core/modules/workspaces/src/WorkspaceManagerInterface.php Executes the given callback function in the context of a workspace.
WorkspaceManagerInterface::executeOutsideWorkspace function core/modules/workspaces/src/WorkspaceManagerInterface.php Executes the given callback function without any workspace context.
WorkspaceManagerInterface::getActiveWorkspace function core/modules/workspaces/src/WorkspaceManagerInterface.php Gets the active workspace.
WorkspaceManagerInterface::hasActiveWorkspace function core/modules/workspaces/src/WorkspaceManagerInterface.php Determines whether a workspace is active in the current request.
WorkspaceManagerInterface::setActiveWorkspace function core/modules/workspaces/src/WorkspaceManagerInterface.php Sets the active workspace.
WorkspaceManagerInterface::switchToLive function core/modules/workspaces/src/WorkspaceManagerInterface.php Unsets the active workspace.
WorkspaceMenuLinkContentIntegrationTest class core/modules/workspaces/tests/src/Functional/WorkspaceMenuLinkContentIntegrationTest.php Tests workspace integration for custom menu links.
WorkspaceMenuLinkContentIntegrationTest.php file core/modules/workspaces/tests/src/Functional/WorkspaceMenuLinkContentIntegrationTest.php
WorkspaceMenuLinkContentIntegrationTest::$defaultTheme property core/modules/workspaces/tests/src/Functional/WorkspaceMenuLinkContentIntegrationTest.php The theme to install as the default for testing.
WorkspaceMenuLinkContentIntegrationTest::$entityTypeManager property core/modules/workspaces/tests/src/Functional/WorkspaceMenuLinkContentIntegrationTest.php The entity type manager.
WorkspaceMenuLinkContentIntegrationTest::$modules property core/modules/workspaces/tests/src/Functional/WorkspaceMenuLinkContentIntegrationTest.php Modules to install.
WorkspaceMenuLinkContentIntegrationTest::setUp function core/modules/workspaces/tests/src/Functional/WorkspaceMenuLinkContentIntegrationTest.php
WorkspaceMenuLinkContentIntegrationTest::testWorkspacesWithCustomMenuLinks function core/modules/workspaces/tests/src/Functional/WorkspaceMenuLinkContentIntegrationTest.php Tests custom menu links in non-default workspaces.
WorkspaceMergeForm class core/modules/workspaces_ui/src/Form/WorkspaceMergeForm.php Provides a form that merges the contents for a workspace into another one.
WorkspaceMergeForm.php file core/modules/workspaces_ui/src/Form/WorkspaceMergeForm.php
WorkspaceMergeForm::$entityTypeManager property core/modules/workspaces_ui/src/Form/WorkspaceMergeForm.php The entity type manager.
WorkspaceMergeForm::$sourceWorkspace property core/modules/workspaces_ui/src/Form/WorkspaceMergeForm.php The source workspace entity.
WorkspaceMergeForm::$targetWorkspace property core/modules/workspaces_ui/src/Form/WorkspaceMergeForm.php The target workspace entity.
WorkspaceMergeForm::$workspaceOperationFactory property core/modules/workspaces_ui/src/Form/WorkspaceMergeForm.php The workspace operation factory.
WorkspaceMergeForm::buildForm function core/modules/workspaces_ui/src/Form/WorkspaceMergeForm.php Form constructor.
WorkspaceMergeForm::create function core/modules/workspaces_ui/src/Form/WorkspaceMergeForm.php Instantiates a new instance of the implementing class using autowiring.
WorkspaceMergeForm::getCancelUrl function core/modules/workspaces_ui/src/Form/WorkspaceMergeForm.php Returns the route to go to if the user cancels the action.
WorkspaceMergeForm::getDescription function core/modules/workspaces_ui/src/Form/WorkspaceMergeForm.php Returns additional text to display as a description.
WorkspaceMergeForm::getFormId function core/modules/workspaces_ui/src/Form/WorkspaceMergeForm.php Returns a unique string identifying the form.
WorkspaceMergeForm::getQuestion function core/modules/workspaces_ui/src/Form/WorkspaceMergeForm.php Returns the question to ask the user.
WorkspaceMergeForm::submitForm function core/modules/workspaces_ui/src/Form/WorkspaceMergeForm.php Form submission handler.
WorkspaceMergeForm::__construct function core/modules/workspaces_ui/src/Form/WorkspaceMergeForm.php Constructs a new WorkspaceMergeForm.
WorkspaceMerger class core/modules/workspaces/src/WorkspaceMerger.php Default implementation of the workspace merger.
WorkspaceMerger.php file core/modules/workspaces/src/WorkspaceMerger.php
WorkspaceMerger::checkConflictsOnTarget function core/modules/workspaces/src/WorkspaceMerger.php Checks if there are any conflicts between the source and the target.
WorkspaceMerger::getDifferringRevisionIdsOnSource function core/modules/workspaces/src/WorkspaceMerger.php Gets the revision identifiers for items which have changed on the source.
WorkspaceMerger::getDifferringRevisionIdsOnTarget function core/modules/workspaces/src/WorkspaceMerger.php Gets the revision identifiers for items which have changed on the target.
WorkspaceMerger::getNumberOfChangesOnSource function core/modules/workspaces/src/WorkspaceMerger.php Gets the total number of items which have changed on the source.
WorkspaceMerger::getNumberOfChangesOnTarget function core/modules/workspaces/src/WorkspaceMerger.php Gets the total number of items which have changed on the target.
WorkspaceMerger::getSourceLabel function core/modules/workspaces/src/WorkspaceMerger.php Returns the human-readable label of the source.
WorkspaceMerger::getTargetLabel function core/modules/workspaces/src/WorkspaceMerger.php Returns the human-readable label of the target.
WorkspaceMerger::merge function core/modules/workspaces/src/WorkspaceMerger.php Merges the contents of the source workspace into the target workspace.
WorkspaceMerger::__construct function core/modules/workspaces/src/WorkspaceMerger.php
WorkspaceMergerInterface interface core/modules/workspaces/src/WorkspaceMergerInterface.php Defines an interface for the workspace merger.
WorkspaceMergerInterface.php file core/modules/workspaces/src/WorkspaceMergerInterface.php
WorkspaceMergerInterface::merge function core/modules/workspaces/src/WorkspaceMergerInterface.php Merges the contents of the source workspace into the target workspace.

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