| WorkflowTest::testSetTransitionFromStatesAlreadyExists |
function |
core/modules/workflows/tests/src/Unit/WorkflowTest.php |
Tests set transition from states already exists. |
| WorkflowTest::testSetTransitionFromStatesMissingState |
function |
core/modules/workflows/tests/src/Unit/WorkflowTest.php |
Tests set transition from states missing state. |
| WorkflowTest::testSetTransitionFromStatesMissingTransition |
function |
core/modules/workflows/tests/src/Unit/WorkflowTest.php |
Tests set transition from states missing transition. |
| WorkflowTest::testSetTransitionLabel |
function |
core/modules/workflows/tests/src/Unit/WorkflowTest.php |
Tests set transition label. |
| WorkflowTest::testSetTransitionLabelException |
function |
core/modules/workflows/tests/src/Unit/WorkflowTest.php |
Tests set transition label exception. |
| WorkflowTest::testSetTransitionWeight |
function |
core/modules/workflows/tests/src/Unit/WorkflowTest.php |
Tests set transition weight. |
| WorkflowTest::testSetTransitionWeightException |
function |
core/modules/workflows/tests/src/Unit/WorkflowTest.php |
Tests set transition weight exception. |
| WorkflowTest::testSetTransitionWeightNonNumericException |
function |
core/modules/workflows/tests/src/Unit/WorkflowTest.php |
Tests set transition weight non numeric exception. |
| WorkflowTest::testStatus |
function |
core/modules/workflows/tests/src/Unit/WorkflowTest.php |
Tests status. |
| WorkflowTypeBase::deleteState |
function |
core/modules/workflows/src/Plugin/WorkflowTypeBase.php |
Deletes a state from the workflow. |
| WorkflowTypeInterface::deleteState |
function |
core/modules/workflows/src/WorkflowTypeInterface.php |
Deletes a state from the workflow. |
| WorkflowTypeTestHooks |
class |
core/modules/workflows/tests/modules/workflow_type_test/src/Hook/WorkflowTypeTestHooks.php |
Hook implementations for workflow_type_test. |
| WorkflowTypeTestHooks.php |
file |
core/modules/workflows/tests/modules/workflow_type_test/src/Hook/WorkflowTypeTestHooks.php |
|
| WorkflowTypeTestHooks::workflowAccess |
function |
core/modules/workflows/tests/modules/workflow_type_test/src/Hook/WorkflowTypeTestHooks.php |
Implements hook_ENTITY_TYPE_access() for the Workflow entity type. |
| WorkflowTypeTestHooks::workflowTypeInfoAlter |
function |
core/modules/workflows/tests/modules/workflow_type_test/src/Hook/WorkflowTypeTestHooks.php |
Implements hook_workflow_type_info_alter(). |
| WorkflowUiNoTypeTest |
class |
core/modules/workflows/tests/src/Functional/WorkflowUiNoTypeTest.php |
Tests workflow UI when there are no types. |
| WorkflowUiNoTypeTest.php |
file |
core/modules/workflows/tests/src/Functional/WorkflowUiNoTypeTest.php |
|
| WorkflowUiNoTypeTest::$defaultTheme |
property |
core/modules/workflows/tests/src/Functional/WorkflowUiNoTypeTest.php |
The theme to install as the default for testing. |
| WorkflowUiNoTypeTest::$modules |
property |
core/modules/workflows/tests/src/Functional/WorkflowUiNoTypeTest.php |
Modules to install. |
| WorkflowUiNoTypeTest::setUp |
function |
core/modules/workflows/tests/src/Functional/WorkflowUiNoTypeTest.php |
|
| WorkflowUiNoTypeTest::testWorkflowUiWithNoType |
function |
core/modules/workflows/tests/src/Functional/WorkflowUiNoTypeTest.php |
Tests the creation of a workflow through the UI. |
| WorkflowUiTest |
class |
core/modules/workflows/tests/src/Functional/WorkflowUiTest.php |
Tests workflow creation UI. |
| WorkflowUiTest.php |
file |
core/modules/workflows/tests/src/Functional/WorkflowUiTest.php |
|
| WorkflowUiTest::$defaultTheme |
property |
core/modules/workflows/tests/src/Functional/WorkflowUiTest.php |
The theme to install as the default for testing. |
| WorkflowUiTest::$modules |
property |
core/modules/workflows/tests/src/Functional/WorkflowUiTest.php |
Modules to install. |
| WorkflowUiTest::setUp |
function |
core/modules/workflows/tests/src/Functional/WorkflowUiTest.php |
|
| WorkflowUiTest::testAccess |
function |
core/modules/workflows/tests/src/Functional/WorkflowUiTest.php |
Tests route access/permissions. |
| WorkflowUiTest::testNumericIds |
function |
core/modules/workflows/tests/src/Functional/WorkflowUiTest.php |
Tests a workflow, state, and transition can have a numeric ID and label. |
| WorkflowUiTest::testSorting |
function |
core/modules/workflows/tests/src/Functional/WorkflowUiTest.php |
Tests the sorting of states and transitions by weight and label. |
| WorkflowUiTest::testStateMachineNameValidation |
function |
core/modules/workflows/tests/src/Functional/WorkflowUiTest.php |
Tests the machine name validation of the state add form. |
| WorkflowUiTest::testWorkflowConfigurationForm |
function |
core/modules/workflows/tests/src/Functional/WorkflowUiTest.php |
Tests the workflow configuration form. |
| WorkflowUiTest::testWorkflowCreation |
function |
core/modules/workflows/tests/src/Functional/WorkflowUiTest.php |
Tests the creation of a workflow through the UI. |
| WorkflowValidationTest |
class |
core/modules/workflows/tests/src/Kernel/WorkflowValidationTest.php |
Tests validation of workflow entities. |
| WorkflowValidationTest.php |
file |
core/modules/workflows/tests/src/Kernel/WorkflowValidationTest.php |
|
| WorkflowValidationTest::$modules |
property |
core/modules/workflows/tests/src/Kernel/WorkflowValidationTest.php |
Modules to install. |
| WorkflowValidationTest::setUp |
function |
core/modules/workflows/tests/src/Kernel/WorkflowValidationTest.php |
|
| WorkflowValidationTest::testTypePluginIsValidated |
function |
core/modules/workflows/tests/src/Kernel/WorkflowValidationTest.php |
Tests that the workflow type plugin is validated. |
| WorkflowXmlAnonTest |
class |
core/modules/workflows/tests/src/Functional/Rest/WorkflowXmlAnonTest.php |
Tests Workflow Xml Anon. |
| WorkflowXmlAnonTest.php |
file |
core/modules/workflows/tests/src/Functional/Rest/WorkflowXmlAnonTest.php |
|
| WorkflowXmlAnonTest::$defaultTheme |
property |
core/modules/workflows/tests/src/Functional/Rest/WorkflowXmlAnonTest.php |
The theme to install as the default for testing. |
| WorkflowXmlAnonTest::$format |
property |
core/modules/workflows/tests/src/Functional/Rest/WorkflowXmlAnonTest.php |
The format to use in this test. |
| WorkflowXmlAnonTest::$mimeType |
property |
core/modules/workflows/tests/src/Functional/Rest/WorkflowXmlAnonTest.php |
The MIME type that corresponds to $format. |
| WorkflowXmlBasicAuthTest |
class |
core/modules/workflows/tests/src/Functional/Rest/WorkflowXmlBasicAuthTest.php |
Tests Workflow Xml Basic Auth. |
| WorkflowXmlBasicAuthTest.php |
file |
core/modules/workflows/tests/src/Functional/Rest/WorkflowXmlBasicAuthTest.php |
|
| WorkflowXmlBasicAuthTest::$auth |
property |
core/modules/workflows/tests/src/Functional/Rest/WorkflowXmlBasicAuthTest.php |
The authentication mechanism to use in this test. |
| WorkflowXmlBasicAuthTest::$defaultTheme |
property |
core/modules/workflows/tests/src/Functional/Rest/WorkflowXmlBasicAuthTest.php |
The theme to install as the default for testing. |
| WorkflowXmlBasicAuthTest::$format |
property |
core/modules/workflows/tests/src/Functional/Rest/WorkflowXmlBasicAuthTest.php |
The format to use in this test. |
| WorkflowXmlBasicAuthTest::$mimeType |
property |
core/modules/workflows/tests/src/Functional/Rest/WorkflowXmlBasicAuthTest.php |
The MIME type that corresponds to $format. |
| WorkflowXmlBasicAuthTest::$modules |
property |
core/modules/workflows/tests/src/Functional/Rest/WorkflowXmlBasicAuthTest.php |
Modules to install. |
| WorkflowXmlCookieTest |
class |
core/modules/workflows/tests/src/Functional/Rest/WorkflowXmlCookieTest.php |
Tests Workflow Xml Cookie. |