Search for %s

  1. Search 7.x for %s
  2. Search 9.5.x for %s
  3. Search 10.3.x for %s
  4. Search 11.x for %s
  5. Search main for %s
  6. Other projects
Title Object type File name Summary
Workflow::getPluginCollections function core/modules/workflows/src/Entity/Workflow.php Gets the plugin collections used by this object.
Workflow::preSave function core/modules/workflows/src/Entity/Workflow.php Acts on an entity before the presave hook is invoked.
Workflow::status function core/modules/workflows/src/Entity/Workflow.php Returns whether the configuration entity is enabled.
WorkflowAccessControlHandler class core/modules/workflows/src/WorkflowAccessControlHandler.php Access controller for the Workflow entity.
WorkflowAccessControlHandler.php file core/modules/workflows/src/WorkflowAccessControlHandler.php
WorkflowAccessControlHandler::$workflowTypeManager property core/modules/workflows/src/WorkflowAccessControlHandler.php The workflow type plugin manager.
WorkflowAccessControlHandler::checkAccess function core/modules/workflows/src/WorkflowAccessControlHandler.php Performs access checks.
WorkflowAccessControlHandler::checkCreateAccess function core/modules/workflows/src/WorkflowAccessControlHandler.php Performs create access checks.
WorkflowAccessControlHandler::createInstance function core/modules/workflows/src/WorkflowAccessControlHandler.php Instantiates a new instance of this entity handler.
WorkflowAccessControlHandler::__construct function core/modules/workflows/src/WorkflowAccessControlHandler.php Constructs the workflow access control handler instance.
WorkflowAccessControlHandlerTest class core/modules/workflows/tests/src/Kernel/WorkflowAccessControlHandlerTest.php @coversDefaultClass \Drupal\workflows\WorkflowAccessControlHandler[[api-linebreak]]
@group workflows
WorkflowAccessControlHandlerTest.php file core/modules/workflows/tests/src/Kernel/WorkflowAccessControlHandlerTest.php
WorkflowAccessControlHandlerTest::$accessControlHandler property core/modules/workflows/tests/src/Kernel/WorkflowAccessControlHandlerTest.php The workflow access control handler.
WorkflowAccessControlHandlerTest::$adminUser property core/modules/workflows/tests/src/Kernel/WorkflowAccessControlHandlerTest.php A test admin user.
WorkflowAccessControlHandlerTest::$modules property core/modules/workflows/tests/src/Kernel/WorkflowAccessControlHandlerTest.php Modules to enable.
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 @covers ::checkAccess[[api-linebreak]]
@dataProvider checkAccessProvider
WorkflowAccessControlHandlerTest::testCheckCreateAccess function core/modules/workflows/tests/src/Kernel/WorkflowAccessControlHandlerTest.php @covers ::checkCreateAccess[[api-linebreak]]
WorkflowAddForm::copyFormValuesToEntity function core/modules/workflows/src/Form/WorkflowAddForm.php Copies top-level form values to entity properties
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 enable.
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 Test the custom state/transition operation access rules.
WorkflowDeleteAccessCheck class core/modules/workflows/src/WorkflowDeleteAccessCheck.php Provides a access checker for deleting a workflow state.
WorkflowDeleteAccessCheck.php file core/modules/workflows/src/WorkflowDeleteAccessCheck.php
WorkflowDeleteAccessCheck::access function core/modules/workflows/src/WorkflowDeleteAccessCheck.php Checks access for operations of workflow states and transitions.
WorkflowDeleteAccessCheck::getOperation function core/modules/workflows/src/WorkflowDeleteAccessCheck.php Get the operation that will be used for the access check
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 enable.
WorkflowDependenciesTest::testOnDependencyRemoval function core/modules/workflows/tests/src/Kernel/WorkflowDependenciesTest.php Tests \Drupal\workflows\Entity\Workflow::onDependencyRemoval().
WorkflowEditForm::copyFormValuesToEntity function core/modules/workflows/src/Form/WorkflowEditForm.php Copies top-level form values to entity properties
WorkflowEditForm::save function core/modules/workflows/src/Form/WorkflowEditForm.php Form submission handler for the 'save' action.
WorkflowEditForm::__construct function core/modules/workflows/src/Form/WorkflowEditForm.php Creates an instance of WorkflowStateEditForm.
WorkflowHalJsonAnonTest class core/modules/workflows/tests/src/Functional/Hal/WorkflowHalJsonAnonTest.php @group hal
WorkflowHalJsonAnonTest.php file core/modules/workflows/tests/src/Functional/Hal/WorkflowHalJsonAnonTest.php

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