Search for %s
- Search 7.x for %s
- Search 9.5.x for %s
- Search 10.3.x for %s
- Search 11.x for %s
- Search main for %s
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| WorkflowTransitionEditForm::save | function | core/ |
Form submission handler for the 'save' action. |
| WorkflowTransitionEditForm::validateForm | function | core/ |
Form validation handler. |
| WorkflowTransitionEditForm::__construct | function | core/ |
Creates an instance of WorkflowStateEditForm. |
| WorkflowType::$forms | property | core/ |
A list of optional form classes implementing PluginFormInterface. |
| WorkflowType::$required_states | property | core/ |
States required to exist. |
| WorkflowTypeBase | class | core/ |
A base class for Workflow type plugins. |
| WorkflowTypeBase.php | file | core/ |
|
| WorkflowTypeBase::addState | function | core/ |
Adds a state to the workflow. |
| WorkflowTypeBase::addTransition | function | core/ |
Adds a transition to the workflow. |
| WorkflowTypeBase::calculateDependencies | function | core/ |
Calculates dependencies for the configured plugin. |
| WorkflowTypeBase::defaultConfiguration | function | core/ |
Gets default configuration for this plugin. |
| WorkflowTypeBase::deleteState | function | core/ |
Deletes a state from the workflow. |
| WorkflowTypeBase::deleteTransition | function | core/ |
Deletes a transition. |
| WorkflowTypeBase::getConfiguration | function | core/ |
Gets this plugin's configuration. |
| WorkflowTypeBase::getInitialState | function | core/ |
Gets the initial state for the workflow. |
| WorkflowTypeBase::getNextWeight | function | core/ |
Gets the weight for a new state or transition. |
| WorkflowTypeBase::getRequiredStates | function | core/ |
Gets the required states of workflow type. |
| WorkflowTypeBase::getState | function | core/ |
Gets a workflow state. |
| WorkflowTypeBase::getStates | function | core/ |
Gets state objects for the provided state IDs. |
| WorkflowTypeBase::getTransition | function | core/ |
Gets a transition object for the provided transition ID. |
| WorkflowTypeBase::getTransitionFromStateToState | function | core/ |
Gets a transition from state to state. |
| WorkflowTypeBase::getTransitionIdFromStateToState | function | core/ |
Gets the transition ID from state to state. |
| WorkflowTypeBase::getTransitions | function | core/ |
Gets transition objects for the provided transition IDs. |
| WorkflowTypeBase::getTransitionsForState | function | core/ |
Gets the transition IDs for a state for the provided direction. |
| WorkflowTypeBase::hasState | function | core/ |
Determines if the workflow has a state with the provided ID. |
| WorkflowTypeBase::hasTransition | function | core/ |
Determines if a transition exists. |
| WorkflowTypeBase::hasTransitionFromStateToState | function | core/ |
Determines if a transition from state to state exists. |
| WorkflowTypeBase::label | function | core/ |
Gets the label for the workflow type. |
| WorkflowTypeBase::labelWeightMultisort | function | core/ |
Sort states or transitions by weight, label, and key. |
| WorkflowTypeBase::onDependencyRemoval | function | core/ |
Informs the plugin that a dependency of the workflow will be deleted. |
| WorkflowTypeBase::setConfiguration | function | core/ |
Sets the configuration for this plugin instance. |
| WorkflowTypeBase::setStateLabel | function | core/ |
Sets a state's label. |
| WorkflowTypeBase::setStateWeight | function | core/ |
Sets a state's weight value. |
| WorkflowTypeBase::setTransitionFromStates | function | core/ |
Sets a transition's from states. |
| WorkflowTypeBase::setTransitionLabel | function | core/ |
Sets a transition's label. |
| WorkflowTypeBase::setTransitionWeight | function | core/ |
Sets a transition's weight. |
| WorkflowTypeBase::VALID_ID_REGEX | constant | core/ |
A regex for matching a valid state/transition machine name. |
| WorkflowTypeBase::workflowHasData | function | core/ |
Determines if the workflow is being has data associated with it. |
| WorkflowTypeBase::workflowStateHasData | function | core/ |
Determines if the workflow state has data associated with it. |
| WorkflowTypeBase::__construct | function | core/ |
Constructs a \Drupal\Component\Plugin\PluginBase object. |
| WorkflowTypeConfigureFormBase | class | core/ |
A base class for workflow type configuration forms. |
| WorkflowTypeConfigureFormBase.php | file | core/ |
|
| WorkflowTypeConfigureFormBase::$workflowType | property | core/ |
The workflow type. |
| WorkflowTypeConfigureFormBase::setPlugin | function | core/ |
Sets the plugin for this object. |
| WorkflowTypeConfigureFormBase::validateConfigurationForm | function | core/ |
Form validation handler. |
| 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. |
Pagination
- Previous page
- Page 1407
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.