Search for %s
- Search 7.x for %s
- Search 9.5.x for %s
- Search 10.3.x for %s
- Search 11.x for %s
- Search main for %s
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| 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. |
| 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::$cacheTagsInvalidator | property | core/ |
The cache tag invalidator. |
| 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. |
| 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/ |
Constructs a new WorkspaceMerger. |
| 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. |
| WorkspaceMergerTest | class | core/ |
Tests workspace merging. |
| WorkspaceMergerTest.php | file | core/ |
|
| WorkspaceMergerTest::$entityTypeManager | property | core/ |
The entity type manager. |
| WorkspaceMergerTest::$modules | property | core/ |
Modules to enable. |
| WorkspaceMergerTest::$nodes | property | core/ |
An array of nodes created before installing the Workspaces module. |
| WorkspaceMergerTest::setUp | function | core/ |
|
| WorkspaceMergerTest::testWorkspaceMerger | function | core/ |
Tests workspace merging. |
| WorkspaceNegotiatorInterface | interface | core/ |
Workspace negotiators provide a way to get the active workspace. |
| WorkspaceNegotiatorInterface.php | file | core/ |
Pagination
- Previous page
- Page 1414
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.