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