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 |
|---|---|---|---|
| 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. |
| WorkflowTest | class | core/ |
JSON:API integration test for the "Workflow" config entity type. |
| WorkflowTest.php | file | core/ |
|
| WorkflowTest.php | file | core/ |
|
| WorkflowTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
| WorkflowTest::$entity | property | core/ |
|
| WorkflowTest::$entityTypeId | property | core/ |
The tested entity type. |
| WorkflowTest::$modules | property | core/ |
Modules to install. |
| WorkflowTest::$resourceTypeName | property | core/ |
The name of the tested JSON:API resource type. |
| WorkflowTest::createEntity | function | core/ |
Creates the entity to be tested. |
| WorkflowTest::getExpectedDocument | function | core/ |
Returns the expected JSON:API document for the entity. |
| WorkflowTest::getPostDocument | function | core/ |
Returns the JSON:API POST document. |
| WorkflowTest::setUp | function | core/ |
|
| WorkflowTest::setUpAuthorization | function | core/ |
Sets up the necessary authorization. |
Pagination
- Previous page
- Page 1616
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.