66 string references to 'Workflow'

ComplexWorkflowTypeTest::testLoadMultipleByType in core/modules/workflows/tests/src/Kernel/ComplexWorkflowTypeTest.php
@covers \Drupal\workflows\Entity\Workflow::loadMultipleByType
ConfigImportSubscriber::getWorkflow in core/modules/content_moderation/src/EventSubscriber/ConfigImportSubscriber.php
Get the workflow entity object from the configuration name.
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
content_moderation.views.schema.yml in core/modules/content_moderation/config/schema/content_moderation.views.schema.yml
core/modules/content_moderation/config/schema/content_moderation.views.schema.yml
content_moderation_post_update_set_default_moderation_state in core/modules/content_moderation/content_moderation.post_update.php
Set the default moderation state for new content to 'draft'.
drupal-8.4.0-content_moderation_installed.php in core/modules/content_moderation/tests/fixtures/update/drupal-8.4.0-content_moderation_installed.php
Content moderation installed in the standard profile at 8.4.0.
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
@covers ::isModeratedEntityType
ModerationStateFilter::create in core/modules/content_moderation/src/Plugin/views/filter/ModerationStateFilter.php
Creates an instance of the plugin.
NodeAccessTest::setUp in core/modules/content_moderation/tests/src/Kernel/NodeAccessTest.php
RequiredStatesTest::testChangeRequiredStateAPI in core/modules/workflows/tests/src/Kernel/RequiredStatesTest.php
Ensures that initialized configuration can be changed.
RequiredStatesTest::testDeleteRequiredStateAPI in core/modules/workflows/tests/src/Kernel/RequiredStatesTest.php
@covers \Drupal\workflows\Entity\Workflow::preSave
RequiredStatesTest::testGetRequiredStates in core/modules/workflows/tests/src/Kernel/RequiredStatesTest.php
@covers ::getRequiredStates @covers ::__construct
RequiredStatesTest::testNoStatesRequiredStateAPI in core/modules/workflows/tests/src/Kernel/RequiredStatesTest.php
@covers \Drupal\workflows\Entity\Workflow::preSave
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.
workflows_help in core/modules/workflows/workflows.module
Implements hook_help().
WorkflowTest::testAddAndHasState in core/modules/workflows/tests/src/Unit/WorkflowTest.php
@covers ::addState @covers ::hasState
WorkflowTest::testAddStateException in core/modules/workflows/tests/src/Unit/WorkflowTest.php
@covers ::addState
WorkflowTest::testAddStateInvalidIdException in core/modules/workflows/tests/src/Unit/WorkflowTest.php
@covers ::addState
WorkflowTest::testAddTransition in core/modules/workflows/tests/src/Unit/WorkflowTest.php
@covers ::addTransition @covers ::hasTransition
WorkflowTest::testAddTransitionConsistentAfterFromCatch in core/modules/workflows/tests/src/Unit/WorkflowTest.php
@covers ::addTransition
WorkflowTest::testAddTransitionDuplicateException in core/modules/workflows/tests/src/Unit/WorkflowTest.php
@covers ::addTransition
WorkflowTest::testAddTransitionDuplicateTransitionStatesException in core/modules/workflows/tests/src/Unit/WorkflowTest.php
@covers ::addTransition
WorkflowTest::testAddTransitionInvalidIdException in core/modules/workflows/tests/src/Unit/WorkflowTest.php
@covers ::addTransition
WorkflowTest::testAddTransitionMissingFromException in core/modules/workflows/tests/src/Unit/WorkflowTest.php
@covers ::addTransition
WorkflowTest::testAddTransitionMissingToException in core/modules/workflows/tests/src/Unit/WorkflowTest.php
@covers ::addTransition
WorkflowTest::testDeleteOnlyStateException in core/modules/workflows/tests/src/Unit/WorkflowTest.php
@covers ::deleteState
WorkflowTest::testDeleteStateException in core/modules/workflows/tests/src/Unit/WorkflowTest.php
@covers ::deleteState
WorkflowTest::testDeleteTransitionException in core/modules/workflows/tests/src/Unit/WorkflowTest.php
@covers ::deleteTransition
WorkflowTest::testGetState in core/modules/workflows/tests/src/Unit/WorkflowTest.php
@covers ::getState
WorkflowTest::testGetStateException in core/modules/workflows/tests/src/Unit/WorkflowTest.php
@covers ::getState
WorkflowTest::testGetStates in core/modules/workflows/tests/src/Unit/WorkflowTest.php
@covers ::getStates
WorkflowTest::testGetStatesException in core/modules/workflows/tests/src/Unit/WorkflowTest.php
@covers ::getStates
WorkflowTest::testGetTransition in core/modules/workflows/tests/src/Unit/WorkflowTest.php
@covers ::getTransition
WorkflowTest::testGetTransitionException in core/modules/workflows/tests/src/Unit/WorkflowTest.php
@covers ::getTransition
WorkflowTest::testGetTransitionFromStateToState in core/modules/workflows/tests/src/Unit/WorkflowTest.php
@covers ::getTransitionFromStateToState @covers ::hasTransitionFromStateToState
WorkflowTest::testGetTransitionFromStateToStateException in core/modules/workflows/tests/src/Unit/WorkflowTest.php
@covers ::getTransitionFromStateToState
WorkflowTest::testGetTransitions in core/modules/workflows/tests/src/Unit/WorkflowTest.php
@covers ::getTransitions @covers ::setTransitionWeight
WorkflowTest::testGetTransitionsForState in core/modules/workflows/tests/src/Unit/WorkflowTest.php
@covers ::getTransitionsForState
WorkflowTest::testNumericIdSorting in core/modules/workflows/tests/src/Unit/WorkflowTest.php
Test numeric IDs when added to a workflow.
WorkflowTest::testSetStateLabel in core/modules/workflows/tests/src/Unit/WorkflowTest.php
@covers ::setStateLabel
WorkflowTest::testSetStateLabelException in core/modules/workflows/tests/src/Unit/WorkflowTest.php
@covers ::setStateLabel
WorkflowTest::testSetStateWeight in core/modules/workflows/tests/src/Unit/WorkflowTest.php
@covers ::setStateWeight
WorkflowTest::testSetStateWeightException in core/modules/workflows/tests/src/Unit/WorkflowTest.php
@covers ::setStateWeight
WorkflowTest::testSetStateWeightNonNumericException in core/modules/workflows/tests/src/Unit/WorkflowTest.php
@covers ::setStateWeight
WorkflowTest::testSetTransitionFromStates in core/modules/workflows/tests/src/Unit/WorkflowTest.php
@covers ::setTransitionFromStates
WorkflowTest::testSetTransitionFromStatesAlreadyExists in core/modules/workflows/tests/src/Unit/WorkflowTest.php
@covers ::setTransitionFromStates
WorkflowTest::testSetTransitionFromStatesMissingState in core/modules/workflows/tests/src/Unit/WorkflowTest.php
@covers ::setTransitionFromStates
WorkflowTest::testSetTransitionFromStatesMissingTransition in core/modules/workflows/tests/src/Unit/WorkflowTest.php
@covers ::setTransitionFromStates
WorkflowTest::testSetTransitionLabel in core/modules/workflows/tests/src/Unit/WorkflowTest.php
@covers ::setTransitionLabel
WorkflowTest::testSetTransitionLabelException in core/modules/workflows/tests/src/Unit/WorkflowTest.php
@covers ::setTransitionLabel
WorkflowTest::testSetTransitionWeight in core/modules/workflows/tests/src/Unit/WorkflowTest.php
@covers ::setTransitionWeight
WorkflowTest::testSetTransitionWeightException in core/modules/workflows/tests/src/Unit/WorkflowTest.php
@covers ::setTransitionWeight
WorkflowTest::testSetTransitionWeightNonNumericException in core/modules/workflows/tests/src/Unit/WorkflowTest.php
@covers ::setTransitionWeight
WorkflowTest::testStatus in core/modules/workflows/tests/src/Unit/WorkflowTest.php
@covers \Drupal\workflows\Entity\Workflow::status
WorkflowUiTest::testWorkflowConfigurationForm in core/modules/workflows/tests/src/Functional/WorkflowUiTest.php
Test 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.