Search for %s

  1. Search 7.x for %s
  2. Search 9.5.x for %s
  3. Search 10.3.x for %s
  4. Search 11.x for %s
  5. Search main for %s
  6. Other projects
Title Object type File name Summary
WorkflowTransitionEditForm::save function core/modules/workflows/src/Form/WorkflowTransitionEditForm.php Form submission handler for the 'save' action.
WorkflowTransitionEditForm::validateForm function core/modules/workflows/src/Form/WorkflowTransitionEditForm.php Form validation handler.
WorkflowTransitionEditForm::__construct function core/modules/workflows/src/Form/WorkflowTransitionEditForm.php Creates an instance of WorkflowStateEditForm.
WorkflowType::$forms property core/modules/workflows/src/Annotation/WorkflowType.php A list of optional form classes implementing PluginFormInterface.
WorkflowType::$required_states property core/modules/workflows/src/Annotation/WorkflowType.php States required to exist.
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::getConfiguration function core/modules/workflows/src/Plugin/WorkflowTypeBase.php Gets this plugin's configuration.
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 transition IDs 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.
WorkflowTypeBase::__construct function core/modules/workflows/src/Plugin/WorkflowTypeBase.php Constructs a \Drupal\Component\Plugin\PluginBase object.
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::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.

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