Search for all

  1. Search 7.x for all
  2. Search 9.5.x for all
  3. Search 8.9.x for all
  4. Search 10.3.x for all
  5. Search 11.x for all
  6. Other projects
Title Object type File name Summary
WorkflowType::__construct function core/modules/workflows/src/Attribute/WorkflowType.php Constructs an Action attribute.
WorkflowTypeBase class core/modules/workflows/src/Plugin/WorkflowTypeBase.php A base class for Workflow type plugins.
WorkflowTypeBase.php file core/modules/workflows/src/Plugin/WorkflowTypeBase.php
WorkflowTypeBase::addState function core/modules/workflows/src/Plugin/WorkflowTypeBase.php Adds a state to the workflow.
WorkflowTypeBase::addTransition function core/modules/workflows/src/Plugin/WorkflowTypeBase.php Adds a transition to the workflow.
WorkflowTypeBase::calculateDependencies function core/modules/workflows/src/Plugin/WorkflowTypeBase.php Calculates dependencies for the configured plugin.
WorkflowTypeBase::defaultConfiguration function core/modules/workflows/src/Plugin/WorkflowTypeBase.php Gets default configuration for this plugin.
WorkflowTypeBase::deleteState function core/modules/workflows/src/Plugin/WorkflowTypeBase.php Deletes a state from the workflow.
WorkflowTypeBase::deleteTransition function core/modules/workflows/src/Plugin/WorkflowTypeBase.php Deletes a transition.
WorkflowTypeBase::getInitialState function core/modules/workflows/src/Plugin/WorkflowTypeBase.php Gets the initial state for the workflow.
WorkflowTypeBase::getNextWeight function core/modules/workflows/src/Plugin/WorkflowTypeBase.php Gets the weight for a new state or transition.
WorkflowTypeBase::getRequiredStates function core/modules/workflows/src/Plugin/WorkflowTypeBase.php Gets the required states of workflow type.
WorkflowTypeBase::getState function core/modules/workflows/src/Plugin/WorkflowTypeBase.php Gets a workflow state.
WorkflowTypeBase::getStates function core/modules/workflows/src/Plugin/WorkflowTypeBase.php Gets state objects for the provided state IDs.
WorkflowTypeBase::getTransition function core/modules/workflows/src/Plugin/WorkflowTypeBase.php Gets a transition object for the provided transition ID.
WorkflowTypeBase::getTransitionFromStateToState function core/modules/workflows/src/Plugin/WorkflowTypeBase.php Gets a transition from state to state.
WorkflowTypeBase::getTransitionIdFromStateToState function core/modules/workflows/src/Plugin/WorkflowTypeBase.php Gets the transition ID from state to state.
WorkflowTypeBase::getTransitions function core/modules/workflows/src/Plugin/WorkflowTypeBase.php Gets transition objects for the provided transition IDs.
WorkflowTypeBase::getTransitionsForState function core/modules/workflows/src/Plugin/WorkflowTypeBase.php Gets the transitions for a state for the provided direction.
WorkflowTypeBase::hasState function core/modules/workflows/src/Plugin/WorkflowTypeBase.php Determines if the workflow has a state with the provided ID.
WorkflowTypeBase::hasTransition function core/modules/workflows/src/Plugin/WorkflowTypeBase.php Determines if a transition exists.
WorkflowTypeBase::hasTransitionFromStateToState function core/modules/workflows/src/Plugin/WorkflowTypeBase.php Determines if a transition from state to state exists.
WorkflowTypeBase::label function core/modules/workflows/src/Plugin/WorkflowTypeBase.php Gets the label for the workflow type.
WorkflowTypeBase::labelWeightMultisort function core/modules/workflows/src/Plugin/WorkflowTypeBase.php Sort states or transitions by weight, label, and key.
WorkflowTypeBase::onDependencyRemoval function core/modules/workflows/src/Plugin/WorkflowTypeBase.php Informs the plugin that a dependency of the workflow will be deleted.
WorkflowTypeBase::setConfiguration function core/modules/workflows/src/Plugin/WorkflowTypeBase.php Sets the configuration for this plugin instance.
WorkflowTypeBase::setStateLabel function core/modules/workflows/src/Plugin/WorkflowTypeBase.php Sets a state's label.
WorkflowTypeBase::setStateWeight function core/modules/workflows/src/Plugin/WorkflowTypeBase.php Sets a state's weight value.
WorkflowTypeBase::setTransitionFromStates function core/modules/workflows/src/Plugin/WorkflowTypeBase.php Sets a transition's from states.
WorkflowTypeBase::setTransitionLabel function core/modules/workflows/src/Plugin/WorkflowTypeBase.php Sets a transition's label.
WorkflowTypeBase::setTransitionWeight function core/modules/workflows/src/Plugin/WorkflowTypeBase.php Sets a transition's weight.
WorkflowTypeBase::VALID_ID_REGEX constant core/modules/workflows/src/Plugin/WorkflowTypeBase.php A regex for matching a valid state/transition machine name.
WorkflowTypeBase::workflowHasData function core/modules/workflows/src/Plugin/WorkflowTypeBase.php Determines if the workflow is being has data associated with it.
WorkflowTypeBase::workflowStateHasData function core/modules/workflows/src/Plugin/WorkflowTypeBase.php Determines if the workflow state has data associated with it.
WorkflowTypeConfigureFormBase class core/modules/workflows/src/Plugin/WorkflowTypeConfigureFormBase.php A base class for workflow type configuration forms.
WorkflowTypeConfigureFormBase.php file core/modules/workflows/src/Plugin/WorkflowTypeConfigureFormBase.php
WorkflowTypeConfigureFormBase::$workflowType property core/modules/workflows/src/Plugin/WorkflowTypeConfigureFormBase.php The workflow type.
WorkflowTypeConfigureFormBase::setPlugin function core/modules/workflows/src/Plugin/WorkflowTypeConfigureFormBase.php Sets the plugin for this object.
WorkflowTypeConfigureFormBase::validateConfigurationForm function core/modules/workflows/src/Plugin/WorkflowTypeConfigureFormBase.php Form validation handler.
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.

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