Search for %s
- Search 7.x for %s
- Search 9.5.x for %s
- Search 8.9.x for %s
- Search 11.x for %s
- Search main for %s
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| WorkspaceManager::getSupportedEntityTypes | function | core/ |
Returns an array of entity types that can belong to workspaces. |
| WorkspaceManager::hasActiveWorkspace | function | core/ |
Determines whether a workspace is active in the current request. |
| WorkspaceManager::isEntityTypeSupported | function | core/ |
Returns whether an entity type can belong to a workspace or not. |
| WorkspaceManager::purgeDeletedWorkspacesBatch | function | core/ |
Deletes the revisions associated with deleted workspaces. |
| WorkspaceManager::setActiveWorkspace | function | core/ |
Sets the active workspace via the workspace negotiators. |
| WorkspaceManager::shouldAlterOperations | function | core/ |
Determines whether runtime entity operations should be altered. |
| WorkspaceManager::switchToLive | function | core/ |
Unsets the active workspace via the workspace negotiators. |
| WorkspaceManager::__construct | function | core/ |
Constructs a new WorkspaceManager. |
| 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::getSupportedEntityTypes | function | core/ |
Returns an array of entity types that can belong to workspaces. |
| WorkspaceManagerInterface::hasActiveWorkspace | function | core/ |
Determines whether a workspace is active in the current request. |
| WorkspaceManagerInterface::isEntityTypeSupported | function | core/ |
Returns whether an entity type can belong to a workspace or not. |
| WorkspaceManagerInterface::purgeDeletedWorkspacesBatch | function | core/ |
Deletes the revisions associated with deleted workspaces. |
| WorkspaceManagerInterface::setActiveWorkspace | function | core/ |
Sets the active workspace via the workspace negotiators. |
| WorkspaceManagerInterface::shouldAlterOperations | function | core/ |
Determines whether runtime entity operations should be altered. |
| WorkspaceManagerInterface::switchToLive | function | core/ |
Unsets the active workspace via the workspace negotiators. |
| 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 this class. |
| 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::$database | property | core/ |
The database connection. |
| WorkspaceMerger::$entityTypeManager | property | core/ |
The entity type manager. |
| WorkspaceMerger::$sourceWorkspace | property | core/ |
The source workspace entity. |
| WorkspaceMerger::$targetWorkspace | property | core/ |
The target workspace entity. |
| WorkspaceMerger::$workspaceAssociation | property | core/ |
The workspace association service. |
| 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. |
Pagination
- Previous page
- Page 1495
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.