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 |
---|---|---|---|
WorkspaceAssociationInterface::getEntityTrackingWorkspaceIds | function | core/ |
Gets a list of workspace IDs in which an entity is tracked. |
WorkspaceAssociationInterface::getTrackedEntities | function | core/ |
Retrieves the entities tracked by a given workspace. |
WorkspaceAssociationInterface::getTrackedEntitiesForListing | function | core/ |
Retrieves a paged list of entities tracked by a given workspace. |
WorkspaceAssociationInterface::initializeWorkspace | function | core/ |
Initializes a workspace with all the associations of its parent. |
WorkspaceAssociationInterface::trackEntity | function | core/ |
Updates or creates the association for a given entity and a workspace. |
WorkspaceAssociationInterface::workspaceInsert | function | core/ |
Responds to the creation of a new workspace entity. |
WorkspaceDynamicSafeFormInterface | interface | core/ |
Defines an interface for forms that can be workspace-safe. |
WorkspaceDynamicSafeFormInterface.php | file | core/ |
|
WorkspaceDynamicSafeFormInterface::isWorkspaceSafeForm | function | core/ |
Determines whether the form is safe to be submitted in a workspace. |
WorkspaceFormInterface | interface | core/ |
Defines interface for workspace forms so they can be easily distinguished. |
WorkspaceFormInterface.php | file | core/ |
|
WorkspaceHandlerInterface | interface | core/ |
Defines workspace operations that need to vary by entity type. |
WorkspaceHandlerInterface.php | file | core/ |
|
WorkspaceHandlerInterface::isEntitySupported | function | core/ |
Determines if an entity should be tracked in a workspace. |
WorkspaceIdNegotiatorInterface | interface | core/ |
Interface for workspace negotiators that return only the negotiated ID. |
WorkspaceIdNegotiatorInterface.php | file | core/ |
|
WorkspaceIdNegotiatorInterface::getActiveWorkspaceId | function | core/ |
Performs workspace negotiation. |
WorkspaceInformationInterface | interface | core/ |
Provides an interface for workspace-support information. |
WorkspaceInformationInterface.php | file | core/ |
|
WorkspaceInformationInterface::getSupportedEntityTypes | function | core/ |
Returns an array of entity types that can belong to workspaces. |
WorkspaceInformationInterface::isEntityDeletable | function | core/ |
Determines whether an entity can be deleted in the given workspace. |
WorkspaceInformationInterface::isEntityIgnored | function | core/ |
Determines whether CRUD operations for an entity are allowed. |
WorkspaceInformationInterface::isEntitySupported | function | core/ |
Determines whether an entity can belong to a workspace. |
WorkspaceInformationInterface::isEntityTypeIgnored | function | core/ |
Determines whether CRUD operations for an entity type are allowed. |
WorkspaceInformationInterface::isEntityTypeSupported | function | core/ |
Determines whether an entity type can belong to a workspace. |
WorkspaceInterface | interface | core/ |
Defines an interface for the workspace entity type. |
WorkspaceInterface.php | file | core/ |
|
WorkspaceInterface::getCreatedTime | function | core/ |
Gets the workspace creation timestamp. |
WorkspaceInterface::hasParent | function | core/ |
Determines whether the workspace has a parent. |
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::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 via the workspace negotiators. |
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::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/ |
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.