Search for all

  1. Search 7.x for all
  2. Search 9.5.x for all
  3. Search 8.9.x for all
  4. Search 10.3.x for all
  5. Search 11.x for all
  6. Other projects
Title Object type File name Summary
WorkflowAccessControlHandlerTest::$modules property core/modules/workflows/tests/src/Kernel/WorkflowAccessControlHandlerTest.php Modules to install.
WorkflowAccessControlHandlerTest::$user property core/modules/workflows/tests/src/Kernel/WorkflowAccessControlHandlerTest.php A non-privileged user.
WorkflowAccessControlHandlerTest::checkAccessProvider function core/modules/workflows/tests/src/Kernel/WorkflowAccessControlHandlerTest.php Data provider for ::testCheckAccess.
WorkflowAccessControlHandlerTest::setUp function core/modules/workflows/tests/src/Kernel/WorkflowAccessControlHandlerTest.php
WorkflowAccessControlHandlerTest::testCheckAccess function core/modules/workflows/tests/src/Kernel/WorkflowAccessControlHandlerTest.php Tests check access.
WorkflowAccessControlHandlerTest::testCheckCreateAccess function core/modules/workflows/tests/src/Kernel/WorkflowAccessControlHandlerTest.php Tests check create access.
WorkflowAddForm class core/modules/workflows/src/Form/WorkflowAddForm.php Form for adding workflows.
WorkflowAddForm.php file core/modules/workflows/src/Form/WorkflowAddForm.php
WorkflowAddForm::$workflowTypePluginManager property core/modules/workflows/src/Form/WorkflowAddForm.php The workflow type plugin manager.
WorkflowAddForm::copyFormValuesToEntity function core/modules/workflows/src/Form/WorkflowAddForm.php Copies top-level form values to entity properties.
WorkflowAddForm::create function core/modules/workflows/src/Form/WorkflowAddForm.php Instantiates a new instance of the implementing class using autowiring.
WorkflowAddForm::form function core/modules/workflows/src/Form/WorkflowAddForm.php Gets the actual form array to be built.
WorkflowAddForm::save function core/modules/workflows/src/Form/WorkflowAddForm.php Form submission handler for the 'save' action.
WorkflowAddForm::__construct function core/modules/workflows/src/Form/WorkflowAddForm.php WorkflowAddForm constructor.
WorkflowCustomAccessType class core/modules/workflows/tests/modules/workflow_type_test/src/Plugin/WorkflowType/WorkflowCustomAccessType.php A test workflow with custom state/transition access rules applied.
WorkflowCustomAccessType.php file core/modules/workflows/tests/modules/workflow_type_test/src/Plugin/WorkflowType/WorkflowCustomAccessType.php
WorkflowCustomAccessType::defaultConfiguration function core/modules/workflows/tests/modules/workflow_type_test/src/Plugin/WorkflowType/WorkflowCustomAccessType.php Gets default configuration for this plugin.
WorkflowCustomAccessType::workflowAccess function core/modules/workflows/tests/modules/workflow_type_test/src/Plugin/WorkflowType/WorkflowCustomAccessType.php Implements hook_ENTITY_TYPE_access().
WorkflowCustomStateTransitionAccessTest class core/modules/workflows/tests/src/Functional/WorkflowCustomStateTransitionAccessTest.php Test custom provided workflow access for state/transition operations.
WorkflowCustomStateTransitionAccessTest.php file core/modules/workflows/tests/src/Functional/WorkflowCustomStateTransitionAccessTest.php
WorkflowCustomStateTransitionAccessTest::$adminUser property core/modules/workflows/tests/src/Functional/WorkflowCustomStateTransitionAccessTest.php A test admin user.
WorkflowCustomStateTransitionAccessTest::$defaultTheme property core/modules/workflows/tests/src/Functional/WorkflowCustomStateTransitionAccessTest.php The theme to install as the default for testing.
WorkflowCustomStateTransitionAccessTest::$modules property core/modules/workflows/tests/src/Functional/WorkflowCustomStateTransitionAccessTest.php Modules to install.
WorkflowCustomStateTransitionAccessTest::$testWorkflow property core/modules/workflows/tests/src/Functional/WorkflowCustomStateTransitionAccessTest.php A test workflow.
WorkflowCustomStateTransitionAccessTest::setUp function core/modules/workflows/tests/src/Functional/WorkflowCustomStateTransitionAccessTest.php
WorkflowCustomStateTransitionAccessTest::testCustomWorkflowAccessOperations function core/modules/workflows/tests/src/Functional/WorkflowCustomStateTransitionAccessTest.php Tests the custom state/transition operation access rules.
WorkflowDeleteForm class core/modules/workflows/src/Form/WorkflowDeleteForm.php Builds the form to delete Workflow entities.
WorkflowDeleteForm.php file core/modules/workflows/src/Form/WorkflowDeleteForm.php
WorkflowDeleteForm::buildForm function core/modules/workflows/src/Form/WorkflowDeleteForm.php Form constructor.
WorkflowDeleteForm::getCancelUrl function core/modules/workflows/src/Form/WorkflowDeleteForm.php Returns the route to go to if the user cancels the action.
WorkflowDeleteForm::getConfirmText function core/modules/workflows/src/Form/WorkflowDeleteForm.php Returns a caption for the button that confirms the action.
WorkflowDeleteForm::getQuestion function core/modules/workflows/src/Form/WorkflowDeleteForm.php Returns the question to ask the user.
WorkflowDeleteForm::submitForm function core/modules/workflows/src/Form/WorkflowDeleteForm.php This is the default entity object builder function. It is called before any
other submit handler to build the new entity object to be used by the
following submit handlers. At this point of the form workflow the entity is
validated and the form state…
WorkflowDependenciesTest class core/modules/workflows/tests/src/Kernel/WorkflowDependenciesTest.php Tests configuration dependencies in workflows.
WorkflowDependenciesTest.php file core/modules/workflows/tests/src/Kernel/WorkflowDependenciesTest.php
WorkflowDependenciesTest::$modules property core/modules/workflows/tests/src/Kernel/WorkflowDependenciesTest.php Modules to install.
WorkflowDependenciesTest::testOnDependencyRemoval function core/modules/workflows/tests/src/Kernel/WorkflowDependenciesTest.php Tests \Drupal\workflows\Entity\Workflow::onDependencyRemoval().
WorkflowEditForm class core/modules/workflows/src/Form/WorkflowEditForm.php The form for editing workflows.
WorkflowEditForm.php file core/modules/workflows/src/Form/WorkflowEditForm.php
WorkflowEditForm::$pluginFormFactory property core/modules/workflows/src/Form/WorkflowEditForm.php The plugin form factory.
WorkflowEditForm::copyFormValuesToEntity function core/modules/workflows/src/Form/WorkflowEditForm.php Copies top-level form values to entity properties.
WorkflowEditForm::create function core/modules/workflows/src/Form/WorkflowEditForm.php Instantiates a new instance of the implementing class using autowiring.
WorkflowEditForm::form function core/modules/workflows/src/Form/WorkflowEditForm.php Gets the actual form array to be built.
WorkflowEditForm::save function core/modules/workflows/src/Form/WorkflowEditForm.php Form submission handler for the 'save' action.
WorkflowEditForm::validateForm function core/modules/workflows/src/Form/WorkflowEditForm.php Form validation handler.
WorkflowEditForm::__construct function core/modules/workflows/src/Form/WorkflowEditForm.php Creates an instance of WorkflowStateEditForm.
WorkflowInterface interface core/modules/workflows/src/WorkflowInterface.php Provides an interface for defining workflow entities.
WorkflowInterface.php file core/modules/workflows/src/WorkflowInterface.php
WorkflowInterface::getTypePlugin function core/modules/workflows/src/WorkflowInterface.php Gets the workflow type plugin.
WorkflowJsonAnonTest class core/modules/workflows/tests/src/Functional/Rest/WorkflowJsonAnonTest.php Tests Workflow Json Anon.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.