Search for interface
- Search 7.x for interface
- Search 9.5.x for interface
- Search 10.3.x for interface
- Search 11.x for interface
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
WorkspaceInterface::isDefaultWorkspace | function | core/ |
Determines whether the workspace is the default one or not. |
WorkspaceInterface::publish | function | core/ |
Publishes the contents of this workspace to the default (Live) workspace. |
WorkspaceInterface::setCreatedTime | function | core/ |
Sets the workspace creation timestamp. |
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. |
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::getActiveWorkspace | function | core/ |
Gets the negotiated workspace, if any. |
WorkspaceNegotiatorInterface::setActiveWorkspace | function | core/ |
Sets the negotiated workspace. |
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. |
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. |
WriteSafeSessionHandlerInterface | interface | core/ |
Provides an interface for session handlers where writing can be disabled. |
WriteSafeSessionHandlerInterface.php | file | core/ |
|
WriteSafeSessionHandlerInterface::isSessionWritable | function | core/ |
Returns whether or not a session may be written to storage. |
WriteSafeSessionHandlerInterface::setSessionWritable | function | core/ |
Sets whether or not a session may be written to storage. |
Pagination
- Previous page
- Page 90
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.