Search for interface

  1. Search 7.x for interface
  2. Search 9.5.x for interface
  3. Search 8.9.x for interface
  4. Search 10.3.x for interface
  5. Search main for interface
  6. Other projects
Title Object type File name Summary
WorkflowInterface::getTypePlugin function core/modules/workflows/src/WorkflowInterface.php Gets the workflow type plugin.
WorkflowTypeInterface interface core/modules/workflows/src/WorkflowTypeInterface.php An interface for Workflow type plugins.
WorkflowTypeInterface.php file core/modules/workflows/src/WorkflowTypeInterface.php
WorkflowTypeInterface::addState function core/modules/workflows/src/WorkflowTypeInterface.php Adds a state to the workflow.
WorkflowTypeInterface::addTransition function core/modules/workflows/src/WorkflowTypeInterface.php Adds a transition to the workflow.
WorkflowTypeInterface::deleteState function core/modules/workflows/src/WorkflowTypeInterface.php Deletes a state from the workflow.
WorkflowTypeInterface::deleteTransition function core/modules/workflows/src/WorkflowTypeInterface.php Deletes a transition.
WorkflowTypeInterface::getInitialState function core/modules/workflows/src/WorkflowTypeInterface.php Gets the initial state for the workflow.
WorkflowTypeInterface::getRequiredStates function core/modules/workflows/src/WorkflowTypeInterface.php Gets the required states of workflow type.
WorkflowTypeInterface::getState function core/modules/workflows/src/WorkflowTypeInterface.php Gets a workflow state.
WorkflowTypeInterface::getStates function core/modules/workflows/src/WorkflowTypeInterface.php Gets state objects for the provided state IDs.
WorkflowTypeInterface::getTransition function core/modules/workflows/src/WorkflowTypeInterface.php Gets a transition object for the provided transition ID.
WorkflowTypeInterface::getTransitionFromStateToState function core/modules/workflows/src/WorkflowTypeInterface.php Gets a transition from state to state.
WorkflowTypeInterface::getTransitions function core/modules/workflows/src/WorkflowTypeInterface.php Gets transition objects for the provided transition IDs.
WorkflowTypeInterface::getTransitionsForState function core/modules/workflows/src/WorkflowTypeInterface.php Gets the transitions for a state for the provided direction.
WorkflowTypeInterface::hasState function core/modules/workflows/src/WorkflowTypeInterface.php Determines if the workflow has a state with the provided ID.
WorkflowTypeInterface::hasTransition function core/modules/workflows/src/WorkflowTypeInterface.php Determines if a transition exists.
WorkflowTypeInterface::hasTransitionFromStateToState function core/modules/workflows/src/WorkflowTypeInterface.php Determines if a transition from state to state exists.
WorkflowTypeInterface::label function core/modules/workflows/src/WorkflowTypeInterface.php Gets the label for the workflow type.
WorkflowTypeInterface::onDependencyRemoval function core/modules/workflows/src/WorkflowTypeInterface.php Informs the plugin that a dependency of the workflow will be deleted.
WorkflowTypeInterface::PLUGIN_FORM_KEY constant core/modules/workflows/src/WorkflowTypeInterface.php The key of the global workflow plugin form.
WorkflowTypeInterface::setStateLabel function core/modules/workflows/src/WorkflowTypeInterface.php Sets a state's label.
WorkflowTypeInterface::setStateWeight function core/modules/workflows/src/WorkflowTypeInterface.php Sets a state's weight value.
WorkflowTypeInterface::setTransitionFromStates function core/modules/workflows/src/WorkflowTypeInterface.php Sets a transition's from states.
WorkflowTypeInterface::setTransitionLabel function core/modules/workflows/src/WorkflowTypeInterface.php Sets a transition's label.
WorkflowTypeInterface::setTransitionWeight function core/modules/workflows/src/WorkflowTypeInterface.php Sets a transition's weight.
WorkflowTypeInterface::workflowHasData function core/modules/workflows/src/WorkflowTypeInterface.php Determines if the workflow is being has data associated with it.
WorkflowTypeInterface::workflowStateHasData function core/modules/workflows/src/WorkflowTypeInterface.php Determines if the workflow state has data associated with it.
WorkspaceAssociationInterface interface core/modules/workspaces/src/WorkspaceAssociationInterface.php Defines an interface for the workspace_association service.
WorkspaceAssociationInterface.php file core/modules/workspaces/src/WorkspaceAssociationInterface.php
WorkspaceAssociationInterface::deleteAssociations function core/modules/workspaces/src/WorkspaceAssociationInterface.php Deletes all the workspace association records for the given workspace.
WorkspaceAssociationInterface::getAssociatedInitialRevisions function core/modules/workspaces/src/WorkspaceAssociationInterface.php Retrieves all content revisions that were created in a given workspace.
WorkspaceAssociationInterface::getAssociatedRevisions function core/modules/workspaces/src/WorkspaceAssociationInterface.php Retrieves all content revisions tracked by a given workspace.
WorkspaceAssociationInterface::getEntityTrackingWorkspaceIds function core/modules/workspaces/src/WorkspaceAssociationInterface.php Gets a list of workspace IDs in which an entity is tracked.
WorkspaceAssociationInterface::getTrackedEntities function core/modules/workspaces/src/WorkspaceAssociationInterface.php Retrieves the entities tracked by a given workspace.
WorkspaceAssociationInterface::getTrackedEntitiesForListing function core/modules/workspaces/src/WorkspaceAssociationInterface.php Retrieves a paged list of entities tracked by a given workspace.
WorkspaceAssociationInterface::initializeWorkspace function core/modules/workspaces/src/WorkspaceAssociationInterface.php Initializes a workspace with all the associations of its parent.
WorkspaceAssociationInterface::trackEntity function core/modules/workspaces/src/WorkspaceAssociationInterface.php Updates or creates the association for a given entity and a workspace.
WorkspaceAssociationInterface::workspaceInsert function core/modules/workspaces/src/WorkspaceAssociationInterface.php Responds to the creation of a new workspace entity.
WorkspaceDynamicSafeFormInterface interface core/lib/Drupal/Core/Form/WorkspaceDynamicSafeFormInterface.php Defines an interface for forms that can be workspace-safe.
WorkspaceDynamicSafeFormInterface.php file core/lib/Drupal/Core/Form/WorkspaceDynamicSafeFormInterface.php
WorkspaceDynamicSafeFormInterface::isWorkspaceSafeForm function core/lib/Drupal/Core/Form/WorkspaceDynamicSafeFormInterface.php Determines whether the form is safe to be submitted in a workspace.
WorkspaceHandlerInterface interface core/modules/workspaces/src/Entity/Handler/WorkspaceHandlerInterface.php Defines workspace operations that need to vary by entity type.
WorkspaceHandlerInterface.php file core/modules/workspaces/src/Entity/Handler/WorkspaceHandlerInterface.php
WorkspaceHandlerInterface::isEntitySupported function core/modules/workspaces/src/Entity/Handler/WorkspaceHandlerInterface.php Determines if an entity should be tracked in a workspace.
WorkspaceIdNegotiatorInterface interface core/modules/workspaces/src/Negotiator/WorkspaceIdNegotiatorInterface.php Interface for workspace negotiators that return only the negotiated ID.
WorkspaceIdNegotiatorInterface.php file core/modules/workspaces/src/Negotiator/WorkspaceIdNegotiatorInterface.php
WorkspaceIdNegotiatorInterface::getActiveWorkspaceId function core/modules/workspaces/src/Negotiator/WorkspaceIdNegotiatorInterface.php Performs workspace negotiation.
WorkspaceInformationInterface interface core/modules/workspaces/src/WorkspaceInformationInterface.php Provides an interface for workspace-support information.
WorkspaceInformationInterface.php file core/modules/workspaces/src/WorkspaceInformationInterface.php

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.