Search for interface
- Search 7.x for interface
- Search 8.9.x for interface
- Search 10.3.x for interface
- Search 11.x for interface
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
WorkflowTypeInterface::PLUGIN_FORM_KEY | constant | core/ |
The key of the global workflow plugin form. |
WorkflowTypeInterface::setStateLabel | function | core/ |
Sets a state's label. |
WorkflowTypeInterface::setStateWeight | function | core/ |
Sets a state's weight value. |
WorkflowTypeInterface::setTransitionFromStates | function | core/ |
Sets a transition's from states. |
WorkflowTypeInterface::setTransitionLabel | function | core/ |
Sets a transition's label. |
WorkflowTypeInterface::setTransitionWeight | function | core/ |
Sets a transition's weight. |
WorkflowTypeInterface::workflowHasData | function | core/ |
Determines if the workflow is being has data associated with it. |
WorkflowTypeInterface::workflowStateHasData | function | core/ |
Determines if the workflow state has data associated with it. |
WorkspaceAssociationInterface | interface | core/ |
Defines an interface for the workspace_association service. |
WorkspaceAssociationInterface.php | file | core/ |
|
WorkspaceAssociationInterface::deleteAssociations | function | core/ |
Deletes all the workspace association records for the given workspace. |
WorkspaceAssociationInterface::getAssociatedRevisions | function | core/ |
Retrieves all content revisions tracked by a given workspace. |
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::initializeWorkspace | function | core/ |
Initializes a workspace with all the associations of its parent. |
WorkspaceAssociationInterface::postPublish | function | core/ |
Triggers clean-up operations after publishing a workspace. |
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. |
WorkspaceFormInterface | interface | core/ |
Defines interface for workspace forms so they can be easily distinguished. |
WorkspaceFormInterface.php | file | core/ |
|
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::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. |
Pagination
- Previous page
- Page 90
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.