Search for all
- Search 7.x for all
- Search 9.5.x for all
- Search 8.9.x for all
- Search 10.3.x for all
- Search 11.x for all
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| WorkflowsHooks | class | core/ |
Hook implementations for workflows. |
| WorkflowsHooks.php | file | core/ |
|
| WorkflowsHooks::help | function | core/ |
Implements hook_help(). |
| WorkflowStateAddForm | class | core/ |
Entity form variant for adding workflow states. |
| WorkflowStateAddForm.php | file | core/ |
|
| WorkflowStateAddForm::$pluginFormFactory | property | core/ |
The plugin form factory. |
| WorkflowStateAddForm::actions | function | core/ |
Returns an array of supported actions for the current entity form. |
| WorkflowStateAddForm::copyFormValuesToEntity | function | core/ |
Copies top-level form values to entity properties. |
| WorkflowStateAddForm::create | function | core/ |
Instantiates a new instance of the implementing class using autowiring. |
| WorkflowStateAddForm::exists | function | core/ |
Determines if the workflow state already exists. |
| WorkflowStateAddForm::form | function | core/ |
Gets the actual form array to be built. |
| WorkflowStateAddForm::getFormId | function | core/ |
Returns a unique string identifying the form. |
| WorkflowStateAddForm::save | function | core/ |
Form submission handler for the 'save' action. |
| WorkflowStateAddForm::validateForm | function | core/ |
Form validation handler. |
| WorkflowStateAddForm::__construct | function | core/ |
Creates an instance of WorkflowStateEditForm. |
| WorkflowStateDeleteForm | class | core/ |
Builds the form to delete states from Workflow entities. |
| WorkflowStateDeleteForm.php | file | core/ |
|
| WorkflowStateDeleteForm::$stateId | property | core/ |
The state being deleted. |
| WorkflowStateDeleteForm::$workflow | property | core/ |
The workflow entity the state being deleted belongs to. |
| WorkflowStateDeleteForm::buildForm | function | core/ |
Form constructor. |
| WorkflowStateDeleteForm::getCancelUrl | function | core/ |
Returns the route to go to if the user cancels the action. |
| WorkflowStateDeleteForm::getConfirmText | function | core/ |
Returns a caption for the button that confirms the action. |
| WorkflowStateDeleteForm::getFormId | function | core/ |
Returns a unique string identifying the form. |
| WorkflowStateDeleteForm::getQuestion | function | core/ |
Returns the question to ask the user. |
| WorkflowStateDeleteForm::submitForm | function | core/ |
Form submission handler. |
| WorkflowStateEditForm | class | core/ |
Entity form variant for editing workflow states. |
| WorkflowStateEditForm.php | file | core/ |
|
| WorkflowStateEditForm::$pluginFormFactory | property | core/ |
The plugin form factory. |
| WorkflowStateEditForm::$stateId | property | core/ |
The ID of the state that is being edited. |
| WorkflowStateEditForm::actions | function | core/ |
Returns an array of supported actions for the current entity form. |
| WorkflowStateEditForm::buildForm | function | core/ |
Form constructor. |
| WorkflowStateEditForm::copyFormValuesToEntity | function | core/ |
Copies top-level form values to entity properties. |
| WorkflowStateEditForm::create | function | core/ |
Instantiates a new instance of the implementing class using autowiring. |
| WorkflowStateEditForm::form | function | core/ |
Gets the actual form array to be built. |
| WorkflowStateEditForm::getFormId | function | core/ |
Returns a unique string identifying the form. |
| WorkflowStateEditForm::save | function | core/ |
Form submission handler for the 'save' action. |
| WorkflowStateEditForm::validateForm | function | core/ |
Form validation handler. |
| WorkflowStateEditForm::__construct | function | core/ |
Creates an instance of WorkflowStateEditForm. |
| WorkflowStateTransitionOperationsAccessCheck | class | core/ |
Provides an access check for state and transition operations. |
| WorkflowStateTransitionOperationsAccessCheck.php | file | core/ |
|
| WorkflowStateTransitionOperationsAccessCheck::access | function | core/ |
Checks access for operations of workflow states and transitions. |
| WorkflowStateTransitionOperationsAccessCheck::getOperation | function | core/ |
Get the operation that will be used for the access check. |
| WorkflowStateTransitionOperationsAccessCheckTest | class | core/ |
Tests Drupal\workflows\WorkflowStateTransitionOperationsAccessCheck. |
| WorkflowStateTransitionOperationsAccessCheckTest.php | file | core/ |
|
| WorkflowStateTransitionOperationsAccessCheckTest::accessTestCases | function | core/ |
Test cases for ::testAccess. |
| WorkflowStateTransitionOperationsAccessCheckTest::invalidOperationNameTestCases | function | core/ |
Test cases for ::testInvalidOperationName. |
| WorkflowStateTransitionOperationsAccessCheckTest::testAccess | function | core/ |
Tests the access method correctly proxies to the entity access system. |
| WorkflowStateTransitionOperationsAccessCheckTest::testInvalidOperationName | function | core/ |
Tests invalid operation name. |
| WorkflowStateTransitionOperationsAccessCheckTest::testMissingRouteParams | function | core/ |
Tests missing route params. |
| WorkflowTest | class | core/ |
Tests Drupal\workflows\Plugin\WorkflowTypeBase. |
Pagination
- Previous page
- Page 1843
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.