Search for %s

  1. Search 7.x for %s
  2. Search 9.5.x for %s
  3. Search 8.9.x for %s
  4. Search 10.3.x for %s
  5. Search 11.x for %s
  6. Other projects
Title Object type File name Summary
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 Tests Drupal\workflows\WorkflowAccessControlHandler.
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 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::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 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::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::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.
WorkflowJsonAnonTest class core/modules/workflows/tests/src/Functional/Rest/WorkflowJsonAnonTest.php Tests Workflow Json Anon.
WorkflowJsonAnonTest.php file core/modules/workflows/tests/src/Functional/Rest/WorkflowJsonAnonTest.php
WorkflowJsonAnonTest::$defaultTheme property core/modules/workflows/tests/src/Functional/Rest/WorkflowJsonAnonTest.php The theme to install as the default for testing.
WorkflowJsonAnonTest::$format property core/modules/workflows/tests/src/Functional/Rest/WorkflowJsonAnonTest.php The format to use in this test.
WorkflowJsonAnonTest::$mimeType property core/modules/workflows/tests/src/Functional/Rest/WorkflowJsonAnonTest.php The MIME type that corresponds to $format.
WorkflowJsonBasicAuthTest class core/modules/workflows/tests/src/Functional/Rest/WorkflowJsonBasicAuthTest.php Tests Workflow Json Basic Auth.
WorkflowJsonBasicAuthTest.php file core/modules/workflows/tests/src/Functional/Rest/WorkflowJsonBasicAuthTest.php
WorkflowJsonBasicAuthTest::$auth property core/modules/workflows/tests/src/Functional/Rest/WorkflowJsonBasicAuthTest.php The authentication mechanism to use in this test.
WorkflowJsonBasicAuthTest::$defaultTheme property core/modules/workflows/tests/src/Functional/Rest/WorkflowJsonBasicAuthTest.php The theme to install as the default for testing.
WorkflowJsonBasicAuthTest::$format property core/modules/workflows/tests/src/Functional/Rest/WorkflowJsonBasicAuthTest.php The format to use in this test.
WorkflowJsonBasicAuthTest::$mimeType property core/modules/workflows/tests/src/Functional/Rest/WorkflowJsonBasicAuthTest.php The MIME type that corresponds to $format.
WorkflowJsonBasicAuthTest::$modules property core/modules/workflows/tests/src/Functional/Rest/WorkflowJsonBasicAuthTest.php Modules to install.
WorkflowJsonCookieTest class core/modules/workflows/tests/src/Functional/Rest/WorkflowJsonCookieTest.php Tests Workflow Json Cookie.
WorkflowJsonCookieTest.php file core/modules/workflows/tests/src/Functional/Rest/WorkflowJsonCookieTest.php

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