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 |
|---|---|---|---|
| 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 install. |
| 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/ |
|
| WorkspaceNegotiatorInterface::applies | function | core/ |
Checks whether the negotiator applies to the current request or not. |
| WorkspaceNegotiatorInterface::setActiveWorkspace | function | core/ |
Notifies the negotiator that the workspace ID returned has been accepted. |
| WorkspaceNegotiatorInterface::unsetActiveWorkspace | function | core/ |
Unsets the negotiated workspace. |
| WorkspaceOperationFactory | class | core/ |
Defines a factory class for workspace operations. |
| WorkspaceOperationFactory.php | file | core/ |
|
| WorkspaceOperationFactory::$database | property | core/ |
The database connection. |
| WorkspaceOperationFactory::$deprecatedProperties | property | core/ |
Defines deprecated injected properties. |
| WorkspaceOperationFactory::$entityTypeManager | property | core/ |
The entity type manager. |
| WorkspaceOperationFactory::$eventDispatcher | property | core/ |
An event dispatcher instance to use for configuration events. |
| WorkspaceOperationFactory::$logger | property | core/ |
The logger service. |
| WorkspaceOperationFactory::$workspaceAssociation | property | core/ |
The workspace association service. |
| WorkspaceOperationFactory::$workspaceManager | property | core/ |
The workspace manager. |
| WorkspaceOperationFactory::getMerger | function | core/ |
Gets the workspace merger. |
| WorkspaceOperationFactory::getPublisher | function | core/ |
Gets the workspace publisher. |
| WorkspaceOperationFactory::__construct | function | core/ |
Constructs a new WorkspaceOperationFactory. |
| WorkspaceOperationInterface | interface | core/ |
Defines an interface for workspace operations. |
| WorkspaceOperationInterface.php | file | core/ |
|
| WorkspaceOperationInterface::checkConflictsOnTarget | function | core/ |
Checks if there are any conflicts between the source and the target. |
| WorkspaceOperationInterface::getDifferringRevisionIdsOnSource | function | core/ |
Gets the revision identifiers for items which have changed on the source. |
| WorkspaceOperationInterface::getDifferringRevisionIdsOnTarget | function | core/ |
Gets the revision identifiers for items which have changed on the target. |
| WorkspaceOperationInterface::getNumberOfChangesOnSource | function | core/ |
Gets the total number of items which have changed on the source. |
| WorkspaceOperationInterface::getNumberOfChangesOnTarget | function | core/ |
Gets the total number of items which have changed on the target. |
| WorkspaceOperationInterface::getSourceLabel | function | core/ |
Returns the human-readable label of the source. |
| WorkspaceOperationInterface::getTargetLabel | function | core/ |
Returns the human-readable label of the target. |
| WorkspacePermissionsTest | class | core/ |
Tests permission controls on workspaces. |
| WorkspacePermissionsTest.php | file | core/ |
|
| WorkspacePermissionsTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
| WorkspacePermissionsTest::$modules | property | core/ |
Modules to install. |
| WorkspacePermissionsTest::testCreateWorkspace | function | core/ |
Verifies that a user can create but not edit a workspace. |
| WorkspacePermissionsTest::testDeleteAnyWorkspace | function | core/ |
Verifies that a user can delete any workspace. |
| WorkspacePermissionsTest::testDeleteOwnWorkspace | function | core/ |
Verifies that a user can create and delete only their own workspace. |
Pagination
- Previous page
- Page 1496
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.