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 |
|---|---|---|---|
| WorkflowTypeInterface::getRequiredStates | function | core/ |
Gets the required states of workflow type. |
| WorkflowTypeInterface::getState | function | core/ |
Gets a workflow state. |
| WorkflowTypeInterface::getStates | function | core/ |
Gets state objects for the provided state IDs. |
| WorkflowTypeInterface::getTransition | function | core/ |
Gets a transition object for the provided transition ID. |
| WorkflowTypeInterface::getTransitionFromStateToState | function | core/ |
Gets a transition from state to state. |
| WorkflowTypeInterface::getTransitions | function | core/ |
Gets transition objects for the provided transition IDs. |
| WorkflowTypeInterface::getTransitionsForState | function | core/ |
Gets the transition IDs for a state for the provided direction. |
| WorkflowTypeInterface::hasState | function | core/ |
Determines if the workflow has a state with the provided ID. |
| WorkflowTypeInterface::hasTransition | function | core/ |
Determines if a transition exists. |
| WorkflowTypeInterface::hasTransitionFromStateToState | function | core/ |
Determines if a transition from state to state exists. |
| WorkflowTypeInterface::setStateLabel | function | core/ |
Sets a state's label. |
| WorkflowTypeInterface::setStateWeight | function | core/ |
Sets a state's weight value. |
| WorkflowTypeInterface::setTransitionFromStates | function | core/ |
Sets a transition's from states. |
| WorkflowTypeInterface::setTransitionLabel | function | core/ |
Sets a transition's label. |
| WorkflowTypeInterface::setTransitionWeight | function | core/ |
Sets a transition's weight. |
| WorkflowTypeInterface::workflowHasData | function | core/ |
Determines if the workflow is being has data associated with it. |
| WorkflowTypeInterface::workflowStateHasData | function | core/ |
Determines if the workflow state has data associated with it. |
| WorkflowTypeManager::__construct | function | core/ |
Constructs a new class instance. |
| WorkflowTypeStateFormBase | class | core/ |
A base class for workflow type state forms. |
| WorkflowTypeStateFormBase.php | file | core/ |
|
| WorkflowTypeStateFormBase::$workflowType | property | core/ |
The workflow type. |
| WorkflowTypeStateFormBase::setPlugin | function | core/ |
Sets the plugin for this object. |
| WorkflowTypeStateFormBase::submitConfigurationForm | function | core/ |
Form submission handler. |
| WorkflowTypeStateFormBase::validateConfigurationForm | function | core/ |
Form validation handler. |
| WorkflowTypeTransitionFormBase | class | core/ |
A base class for workflow type transition forms. |
| WorkflowTypeTransitionFormBase.php | file | core/ |
|
| WorkflowTypeTransitionFormBase::$workflowType | property | core/ |
The workflow type. |
| WorkflowTypeTransitionFormBase::setPlugin | function | core/ |
Sets the plugin for this object. |
| WorkflowTypeTransitionFormBase::submitConfigurationForm | function | core/ |
Form submission handler. |
| WorkflowTypeTransitionFormBase::validateConfigurationForm | function | core/ |
Form validation handler. |
| WorkflowUiNoTypeTest | class | core/ |
Tests workflow UI when there are no types. |
| WorkflowUiNoTypeTest.php | file | core/ |
|
| WorkflowUiNoTypeTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
| WorkflowUiNoTypeTest::$modules | property | core/ |
Modules to enable. |
| WorkflowUiNoTypeTest::setUp | function | core/ |
|
| WorkflowUiNoTypeTest::testWorkflowUiWithNoType | function | core/ |
Tests the creation of a workflow through the UI. |
| WorkflowUiTest | class | core/ |
Tests workflow creation UI. |
| WorkflowUiTest.php | file | core/ |
|
| WorkflowUiTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
| WorkflowUiTest::$modules | property | core/ |
Modules to enable. |
| WorkflowUiTest::setUp | function | core/ |
|
| WorkflowUiTest::testAccess | function | core/ |
Tests route access/permissions. |
| WorkflowUiTest::testNumericIds | function | core/ |
Test a workflow, state, and transition can have a numeric ID and label. |
| WorkflowUiTest::testSorting | function | core/ |
Test the sorting of states and transitions by weight and label. |
| WorkflowUiTest::testStateMachineNameValidation | function | core/ |
Test the machine name validation of the state add form. |
| WorkflowUiTest::testWorkflowConfigurationForm | function | core/ |
Test the workflow configuration form. |
| WorkflowUiTest::testWorkflowCreation | function | core/ |
Tests the creation of a workflow through the UI. |
| WorkflowXmlAnonTest | class | core/ |
@group rest |
| WorkflowXmlAnonTest.php | file | core/ |
|
| WorkflowXmlAnonTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
Pagination
- Previous page
- Page 1408
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.