58 string references to 'Workflow'

ConfigImportSubscriber::getWorkflow in core/modules/content_moderation/src/EventSubscriber/ConfigImportSubscriber.php
Get the workflow entity object from the configuration name.
content-moderation.php in core/modules/content_moderation/tests/fixtures/content-moderation.php
Test fixture to enable content_moderation and workflows modules.
ContentModerationPermissionsTest::setUp in core/modules/content_moderation/tests/src/Kernel/ContentModerationPermissionsTest.php
ContentModerationStateStorageSchema::getEntitySchema in core/modules/content_moderation/src/ContentModerationStateStorageSchema.php
Gets the entity schema for the specified entity type.
ContentModerationSyncingTest::setUp in core/modules/content_moderation/tests/src/Kernel/ContentModerationSyncingTest.php
ModerationInformation::isModeratedEntityType in core/modules/content_moderation/src/ModerationInformation.php
Determines if an entity type has at least one moderated bundle.
ModerationInformationTest::providerWorkflow in core/modules/content_moderation/tests/src/Unit/ModerationInformationTest.php
Data provider for several tests.
ModerationInformationTest::testIsModeratedEntityType in core/modules/content_moderation/tests/src/Unit/ModerationInformationTest.php
Tests is moderated entity type.
ModerationStateFilter::create in core/modules/content_moderation/src/Plugin/views/filter/ModerationStateFilter.php
Creates an instance of the plugin.
recipe.yml in core/recipes/editorial_workflow/recipe.yml
core/recipes/editorial_workflow/recipe.yml
StateTransitionValidationTest::setUp in core/modules/content_moderation/tests/src/Unit/StateTransitionValidationTest.php
system.links.menu.yml in core/modules/system/system.links.menu.yml
core/modules/system/system.links.menu.yml
system.routing.yml in core/modules/system/system.routing.yml
core/modules/system/system.routing.yml
WorkflowAccessControlHandlerTest::setUp in core/modules/workflows/tests/src/Kernel/WorkflowAccessControlHandlerTest.php
WorkflowListBuilder::buildHeader in core/modules/workflows/src/WorkflowListBuilder.php
Builds the header row for the entity listing.
workflows.schema.yml in core/modules/workflows/config/schema/workflows.schema.yml
core/modules/workflows/config/schema/workflows.schema.yml
WorkflowStateTransitionOperationsAccessCheck::access in core/modules/workflows/src/WorkflowStateTransitionOperationsAccessCheck.php
Checks access for operations of workflow states and transitions.
WorkflowTest::testAddAndHasState in core/modules/workflows/tests/src/Unit/WorkflowTest.php
Tests add and has state.
WorkflowTest::testAddStateException in core/modules/workflows/tests/src/Unit/WorkflowTest.php
Tests add state exception.
WorkflowTest::testAddStateInvalidIdException in core/modules/workflows/tests/src/Unit/WorkflowTest.php
Tests add state invalid id exception.
WorkflowTest::testAddTransition in core/modules/workflows/tests/src/Unit/WorkflowTest.php
Tests add transition.
WorkflowTest::testAddTransitionConsistentAfterFromCatch in core/modules/workflows/tests/src/Unit/WorkflowTest.php
Tests add transition consistent after from catch.
WorkflowTest::testAddTransitionDuplicateException in core/modules/workflows/tests/src/Unit/WorkflowTest.php
Tests add transition duplicate exception.
WorkflowTest::testAddTransitionDuplicateTransitionStatesException in core/modules/workflows/tests/src/Unit/WorkflowTest.php
Tests add transition duplicate transition states exception.
WorkflowTest::testAddTransitionInvalidIdException in core/modules/workflows/tests/src/Unit/WorkflowTest.php
Tests add transition invalid id exception.
WorkflowTest::testAddTransitionMissingFromException in core/modules/workflows/tests/src/Unit/WorkflowTest.php
Tests add transition missing from exception.
WorkflowTest::testAddTransitionMissingToException in core/modules/workflows/tests/src/Unit/WorkflowTest.php
Tests add transition missing to exception.
WorkflowTest::testDeleteOnlyStateException in core/modules/workflows/tests/src/Unit/WorkflowTest.php
Tests delete only state exception.
WorkflowTest::testDeleteStateException in core/modules/workflows/tests/src/Unit/WorkflowTest.php
Tests delete state exception.
WorkflowTest::testDeleteTransitionException in core/modules/workflows/tests/src/Unit/WorkflowTest.php
Tests delete transition exception.
WorkflowTest::testGetState in core/modules/workflows/tests/src/Unit/WorkflowTest.php
Tests get state.
WorkflowTest::testGetStateException in core/modules/workflows/tests/src/Unit/WorkflowTest.php
Tests get state exception.
WorkflowTest::testGetStates in core/modules/workflows/tests/src/Unit/WorkflowTest.php
Tests get states.
WorkflowTest::testGetStatesException in core/modules/workflows/tests/src/Unit/WorkflowTest.php
Tests get states exception.
WorkflowTest::testGetTransition in core/modules/workflows/tests/src/Unit/WorkflowTest.php
Tests get transition.
WorkflowTest::testGetTransitionException in core/modules/workflows/tests/src/Unit/WorkflowTest.php
Tests get transition exception.
WorkflowTest::testGetTransitionFromStateToState in core/modules/workflows/tests/src/Unit/WorkflowTest.php
Tests get transition from state to state.
WorkflowTest::testGetTransitionFromStateToStateException in core/modules/workflows/tests/src/Unit/WorkflowTest.php
Tests get transition from state to state exception.
WorkflowTest::testGetTransitions in core/modules/workflows/tests/src/Unit/WorkflowTest.php
Tests get transitions.
WorkflowTest::testGetTransitionsForState in core/modules/workflows/tests/src/Unit/WorkflowTest.php
Tests get transitions for state.
WorkflowTest::testNumericIdSorting in core/modules/workflows/tests/src/Unit/WorkflowTest.php
Tests numeric IDs when added to a workflow.
WorkflowTest::testSetStateLabel in core/modules/workflows/tests/src/Unit/WorkflowTest.php
Tests set state label.
WorkflowTest::testSetStateLabelException in core/modules/workflows/tests/src/Unit/WorkflowTest.php
Tests set state label exception.
WorkflowTest::testSetStateWeight in core/modules/workflows/tests/src/Unit/WorkflowTest.php
Tests set state weight.
WorkflowTest::testSetStateWeightException in core/modules/workflows/tests/src/Unit/WorkflowTest.php
Tests set state weight exception.
WorkflowTest::testSetStateWeightNonNumericException in core/modules/workflows/tests/src/Unit/WorkflowTest.php
Tests set state weight non numeric exception.
WorkflowTest::testSetTransitionFromStates in core/modules/workflows/tests/src/Unit/WorkflowTest.php
Tests set transition from states.
WorkflowTest::testSetTransitionFromStatesAlreadyExists in core/modules/workflows/tests/src/Unit/WorkflowTest.php
Tests set transition from states already exists.
WorkflowTest::testSetTransitionFromStatesMissingState in core/modules/workflows/tests/src/Unit/WorkflowTest.php
Tests set transition from states missing state.
WorkflowTest::testSetTransitionFromStatesMissingTransition in core/modules/workflows/tests/src/Unit/WorkflowTest.php
Tests set transition from states missing transition.
WorkflowTest::testSetTransitionLabel in core/modules/workflows/tests/src/Unit/WorkflowTest.php
Tests set transition label.
WorkflowTest::testSetTransitionLabelException in core/modules/workflows/tests/src/Unit/WorkflowTest.php
Tests set transition label exception.
WorkflowTest::testSetTransitionWeight in core/modules/workflows/tests/src/Unit/WorkflowTest.php
Tests set transition weight.
WorkflowTest::testSetTransitionWeightException in core/modules/workflows/tests/src/Unit/WorkflowTest.php
Tests set transition weight exception.
WorkflowTest::testSetTransitionWeightNonNumericException in core/modules/workflows/tests/src/Unit/WorkflowTest.php
Tests set transition weight non numeric exception.
WorkflowTest::testStatus in core/modules/workflows/tests/src/Unit/WorkflowTest.php
Tests status.
WorkflowUiTest::testWorkflowConfigurationForm in core/modules/workflows/tests/src/Functional/WorkflowUiTest.php
Tests the workflow configuration form.
WorkflowUiTest::testWorkflowCreation in core/modules/workflows/tests/src/Functional/WorkflowUiTest.php
Tests the creation of a workflow through the UI.

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