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
- Search main for interface
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| WorkflowInterface::getTypePlugin | function | core/ |
Gets the workflow type plugin. |
| WorkflowTypeInterface | interface | core/ |
An interface for Workflow type plugins. |
| WorkflowTypeInterface.php | file | core/ |
|
| WorkflowTypeInterface::addState | function | core/ |
Adds a state to the workflow. |
| WorkflowTypeInterface::addTransition | function | core/ |
Adds a transition to the workflow. |
| WorkflowTypeInterface::deleteState | function | core/ |
Deletes a state from the workflow. |
| WorkflowTypeInterface::deleteTransition | function | core/ |
Deletes a transition. |
| WorkflowTypeInterface::getInitialState | function | core/ |
Gets the initial state for the workflow. |
| WorkflowTypeInterface::getRequiredStates | function | core/ |
Gets the required states of workflow type. |
| WorkflowTypeInterface::getState | function | core/ |
Gets a workflow state. |
| WorkflowTypeInterface::getStates | function | core/ |
Gets state objects for the provided state IDs. |
| WorkflowTypeInterface::getTransition | function | core/ |
Gets a transition object for the provided transition ID. |
| WorkflowTypeInterface::getTransitionFromStateToState | function | core/ |
Gets a transition from state to state. |
| WorkflowTypeInterface::getTransitions | function | core/ |
Gets transition objects for the provided transition IDs. |
| WorkflowTypeInterface::getTransitionsForState | function | core/ |
Gets the transitions for a state for the provided direction. |
| WorkflowTypeInterface::hasState | function | core/ |
Determines if the workflow has a state with the provided ID. |
| WorkflowTypeInterface::hasTransition | function | core/ |
Determines if a transition exists. |
| WorkflowTypeInterface::hasTransitionFromStateToState | function | core/ |
Determines if a transition from state to state exists. |
| WorkflowTypeInterface::label | function | core/ |
Gets the label for the workflow type. |
| WorkflowTypeInterface::onDependencyRemoval | function | core/ |
Informs the plugin that a dependency of the workflow will be deleted. |
| 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::getAssociatedInitialRevisions | function | core/ |
Retrieves all content revisions that were created in a 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::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. |
| 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/ |
Pagination
- Previous page
- Page 92
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.