Search for interface
- Search 7.x for interface
- Search 9.5.x for interface
- Search 8.9.x for interface
- Search 10.3.x for interface
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| 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::purgeDeletedWorkspacesBatch | function | core/ |
Deletes the revisions associated with deleted workspaces. |
| WorkspaceManagerInterface::setActiveWorkspace | function | core/ |
Sets the active workspace. |
| WorkspaceManagerInterface::switchToLive | function | core/ |
Unsets the active workspace. |
| 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. |
| 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. |
| 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. |
| WorkspaceProviderInterface | interface | core/ |
Provides the interface for workspace providers. |
| WorkspaceProviderInterface.php | file | core/ |
|
| WorkspaceProviderInterface::checkAccess | function | core/ |
Checks access for a given workspace. |
| WorkspaceProviderInterface::entityCreate | function | core/ |
Acts before an entity is created. |
| WorkspaceProviderInterface::entityDelete | function | core/ |
Acts after an entity has been deleted. |
| WorkspaceProviderInterface::entityInsert | function | core/ |
Acts after an entity has been added. |
| WorkspaceProviderInterface::entityPredelete | function | core/ |
Acts before an entity is deleted. |
| WorkspaceProviderInterface::entityPreload | function | core/ |
Acts before an entity is loaded. |
| WorkspaceProviderInterface::entityPresave | function | core/ |
Acts before an entity is saved. |
| WorkspaceProviderInterface::entityRevisionDelete | function | core/ |
Acts after an entity revision has been deleted. |
| WorkspaceProviderInterface::entityTranslationInsert | function | core/ |
Acts after an entity translation has been added. |
| WorkspaceProviderInterface::entityUpdate | function | core/ |
Acts after an entity has been updated. |
| WorkspaceProviderInterface::getId | function | core/ |
Gets the ID of the workspace provider. |
| WorkspacePublisherInterface | interface | core/ |
Defines an interface for the workspace publisher. |
| WorkspacePublisherInterface.php | file | core/ |
|
| WorkspacePublisherInterface::publish | function | core/ |
Publishes the contents of a workspace to the default (Live) workspace. |
| WorkspaceRepositoryInterface | interface | core/ |
Provides an interface for workspace tree lookup operations. |
| WorkspaceRepositoryInterface.php | file | core/ |
|
| WorkspaceRepositoryInterface::getDescendantsAndSelf | function | core/ |
Returns the descendant IDs of the passed-in workspace, including itself. |
| WorkspaceRepositoryInterface::loadTree | function | core/ |
Returns an array of workspaces tree item properties, sorted in tree order. |
| WorkspaceRepositoryInterface::resetCache | function | core/ |
Resets the cached workspace tree. |
| WorkspaceSafeFormInterface | interface | core/ |
Defines an interface for forms that are safe to be submitted in a workspace. |
| WorkspaceSafeFormInterface.php | file | core/ |
|
| WorkspaceTrackerInterface | interface | core/ |
Defines an interface for the workspace tracker service. |
| WorkspaceTrackerInterface.php | file | core/ |
|
| WorkspaceTrackerInterface::deleteTrackedEntities | function | core/ |
Deletes all the workspace association records for the given workspace. |
| WorkspaceTrackerInterface::getAllTrackedRevisions | function | core/ |
Retrieves all content revisions tracked by a given workspace. |
Pagination
- Previous page
- Page 93
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.