Search for %s
- Search 7.x for %s
- Search 9.5.x for %s
- Search 8.9.x for %s
- Search 10.3.x for %s
- Search 11.x for %s
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| WorkflowTransitionAddForm::save | function | core/ |
Form submission handler for the 'save' action. |
| WorkflowTransitionAddForm::validateForm | function | core/ |
Form validation handler. |
| WorkflowTransitionAddForm::__construct | function | core/ |
Creates an instance of WorkflowStateEditForm. |
| WorkflowTransitionDeleteForm | class | core/ |
Builds the form to delete transitions from Workflow entities. |
| WorkflowTransitionDeleteForm.php | file | core/ |
|
| WorkflowTransitionDeleteForm::$transition | property | core/ |
The workflow transition being deleted. |
| WorkflowTransitionDeleteForm::$transitionId | property | core/ |
The transition being deleted. |
| WorkflowTransitionDeleteForm::$workflow | property | core/ |
The workflow entity the transition being deleted belongs to. |
| WorkflowTransitionDeleteForm::buildForm | function | core/ |
Form constructor. |
| WorkflowTransitionDeleteForm::getCancelUrl | function | core/ |
Returns the route to go to if the user cancels the action. |
| WorkflowTransitionDeleteForm::getConfirmText | function | core/ |
Returns a caption for the button that confirms the action. |
| WorkflowTransitionDeleteForm::getFormId | function | core/ |
Returns a unique string identifying the form. |
| WorkflowTransitionDeleteForm::getQuestion | function | core/ |
Returns the question to ask the user. |
| WorkflowTransitionDeleteForm::submitForm | function | core/ |
Form submission handler. |
| WorkflowTransitionEditForm | class | core/ |
Entity form variant for editing workflow transitions. |
| WorkflowTransitionEditForm.php | file | core/ |
|
| WorkflowTransitionEditForm::$pluginFormFactory | property | core/ |
The plugin form factory. |
| WorkflowTransitionEditForm::$transitionId | property | core/ |
The ID of the transition that is being edited. |
| WorkflowTransitionEditForm::actions | function | core/ |
Returns an array of supported actions for the current entity form. |
| WorkflowTransitionEditForm::buildForm | function | core/ |
Form constructor. |
| WorkflowTransitionEditForm::copyFormValuesToEntity | function | core/ |
Copies top-level form values to entity properties. |
| WorkflowTransitionEditForm::create | function | core/ |
Instantiates a new instance of the implementing class using autowiring. |
| WorkflowTransitionEditForm::form | function | core/ |
Gets the actual form array to be built. |
| WorkflowTransitionEditForm::getFormId | function | core/ |
Returns a unique string identifying the form. |
| 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::$forms | property | core/ |
A list of optional form classes implementing PluginFormInterface. |
| WorkflowType::$required_states | property | core/ |
States required to exist. |
| WorkflowType::$required_states | property | core/ |
States required to exist. |
| WorkflowType::__construct | function | core/ |
Constructs an Action attribute. |
| 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::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 transitions for a state for the provided direction. |
Pagination
- Previous page
- Page 1618
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.