Search for to

  1. Search 7.x for to
  2. Search 9.5.x for to
  3. Search 10.3.x for to
  4. Search 11.x for to
  5. Other projects
Title Object type File name Summary
workflows.workflow.editorial.yml file core/profiles/demo_umami/config/install/workflows.workflow.editorial.yml core/profiles/demo_umami/config/install/workflows.workflow.editorial.yml
WorkflowStateAddForm::$pluginFormFactory property core/modules/workflows/src/Form/WorkflowStateAddForm.php The plugin form factory.
WorkflowStateAddForm::copyFormValuesToEntity function core/modules/workflows/src/Form/WorkflowStateAddForm.php Copies top-level form values to entity properties
WorkflowStateEditForm::$pluginFormFactory property core/modules/workflows/src/Form/WorkflowStateEditForm.php The plugin form factory.
WorkflowStateEditForm::copyFormValuesToEntity function core/modules/workflows/src/Form/WorkflowStateEditForm.php Copies top-level form values to entity properties
WorkflowStateTransitionOperationsAccessCheck::getOperation function core/modules/workflows/src/WorkflowStateTransitionOperationsAccessCheck.php Get the operation that will be used for the access check
WorkflowTest::testAddTransitionMissingToException function core/modules/workflows/tests/src/Unit/WorkflowTest.php @covers ::addTransition[[api-linebreak]]
WorkflowTest::testGetTransitionFromStateToState function core/modules/workflows/tests/src/Unit/WorkflowTest.php @covers ::getTransitionFromStateToState[[api-linebreak]]
@covers ::hasTransitionFromStateToState[[api-linebreak]]
WorkflowTest::testGetTransitionFromStateToStateException function core/modules/workflows/tests/src/Unit/WorkflowTest.php @covers ::getTransitionFromStateToState[[api-linebreak]]
WorkflowTransitionAddForm::$pluginFormFactory property core/modules/workflows/src/Form/WorkflowTransitionAddForm.php The plugin form factory.
WorkflowTransitionAddForm::copyFormValuesToEntity function core/modules/workflows/src/Form/WorkflowTransitionAddForm.php Copies top-level form values to entity properties
WorkflowTransitionEditForm::$pluginFormFactory property core/modules/workflows/src/Form/WorkflowTransitionEditForm.php The plugin form factory.
WorkflowTransitionEditForm::copyFormValuesToEntity function core/modules/workflows/src/Form/WorkflowTransitionEditForm.php Copies top-level form values to entity properties
WorkflowTypeBase::getTransitionFromStateToState function core/modules/workflows/src/Plugin/WorkflowTypeBase.php Gets a transition from state to state.
WorkflowTypeBase::getTransitionIdFromStateToState function core/modules/workflows/src/Plugin/WorkflowTypeBase.php Gets the transition ID from state to state.
WorkflowTypeBase::hasTransitionFromStateToState function core/modules/workflows/src/Plugin/WorkflowTypeBase.php Determines if a transition from state to state exists.
WorkflowTypeInterface::getTransitionFromStateToState function core/modules/workflows/src/WorkflowTypeInterface.php Gets a transition from state to state.
WorkflowTypeInterface::hasTransitionFromStateToState function core/modules/workflows/src/WorkflowTypeInterface.php Determines if a transition from state to state exists.
WorkspaceAssociation::$workspaceRepository property core/modules/workspaces/src/WorkspaceAssociation.php The workspace repository service.
WorkspaceDeleteForm::$workspaceRepository property core/modules/workspaces/src/Form/WorkspaceDeleteForm.php The workspace repository service.
WorkspaceDeployForm::$workspaceOperationFactory property core/modules/workspaces/src/Form/WorkspaceDeployForm.php The workspace operation factory.
WorkspaceIntegrationTest::testPublishWorkspaceDedicatedTableStorage function core/modules/workspaces/tests/src/Kernel/WorkspaceIntegrationTest.php Test a deployment with fields in dedicated table storage.
WorkspaceListBuilder::$workspaceRepository property core/modules/workspaces/src/WorkspaceListBuilder.php The workspace repository service.
WorkspaceListBuilder::getDefaultOperations function core/modules/workspaces/src/WorkspaceListBuilder.php Gets this list's default operations.
WorkspaceManager::$negotiatorIds property core/modules/workspaces/src/WorkspaceManager.php The workspace negotiator service IDs.
WorkspaceManager::switchToLive function core/modules/workspaces/src/WorkspaceManager.php Unsets the active workspace via the workspace negotiators.
WorkspaceManagerInterface::switchToLive function core/modules/workspaces/src/WorkspaceManagerInterface.php Unsets the active workspace via the workspace negotiators.
WorkspaceMergeForm::$workspaceOperationFactory property core/modules/workspaces/src/Form/WorkspaceMergeForm.php The workspace operation factory.
WorkspaceMerger::$cacheTagsInvalidator property core/modules/workspaces/src/WorkspaceMerger.php The cache tag invalidator.
WorkspaceNegotiatorInterface interface core/modules/workspaces/src/Negotiator/WorkspaceNegotiatorInterface.php Workspace negotiators provide a way to get the active workspace.
WorkspaceNegotiatorInterface.php file core/modules/workspaces/src/Negotiator/WorkspaceNegotiatorInterface.php
WorkspaceNegotiatorInterface::applies function core/modules/workspaces/src/Negotiator/WorkspaceNegotiatorInterface.php Checks whether the negotiator applies to the current request or not.
WorkspaceNegotiatorInterface::getActiveWorkspace function core/modules/workspaces/src/Negotiator/WorkspaceNegotiatorInterface.php Gets the negotiated workspace, if any.
WorkspaceNegotiatorInterface::setActiveWorkspace function core/modules/workspaces/src/Negotiator/WorkspaceNegotiatorInterface.php Sets the negotiated workspace.
WorkspaceNegotiatorInterface::unsetActiveWorkspace function core/modules/workspaces/src/Negotiator/WorkspaceNegotiatorInterface.php Unsets the negotiated workspace.
WorkspaceOperationFactory class core/modules/workspaces/src/WorkspaceOperationFactory.php Defines a factory class for workspace operations.
WorkspaceOperationFactory.php file core/modules/workspaces/src/WorkspaceOperationFactory.php
WorkspaceOperationFactory::$cacheTagsInvalidator property core/modules/workspaces/src/WorkspaceOperationFactory.php The cache tags invalidator.
WorkspaceOperationFactory::$database property core/modules/workspaces/src/WorkspaceOperationFactory.php The database connection.
WorkspaceOperationFactory::$entityTypeManager property core/modules/workspaces/src/WorkspaceOperationFactory.php The entity type manager.
WorkspaceOperationFactory::$workspaceAssociation property core/modules/workspaces/src/WorkspaceOperationFactory.php The workspace association service.
WorkspaceOperationFactory::$workspaceManager property core/modules/workspaces/src/WorkspaceOperationFactory.php The workspace manager.
WorkspaceOperationFactory::getMerger function core/modules/workspaces/src/WorkspaceOperationFactory.php Gets the workspace merger.
WorkspaceOperationFactory::getPublisher function core/modules/workspaces/src/WorkspaceOperationFactory.php Gets the workspace publisher.
WorkspaceOperationFactory::__construct function core/modules/workspaces/src/WorkspaceOperationFactory.php Constructs a new WorkspacePublisher.
WorkspacePermissionsTest::testEditOwnWorkspace function core/modules/workspaces/tests/src/Functional/WorkspacePermissionsTest.php Verifies that a user can create and edit only their own workspace.
WorkspaceRepository class core/modules/workspaces/src/WorkspaceRepository.php Provides the default workspace tree lookup operations.
WorkspaceRepository.php file core/modules/workspaces/src/WorkspaceRepository.php
WorkspaceRepository::$cache property core/modules/workspaces/src/WorkspaceRepository.php The cache backend used to store the workspace tree.
WorkspaceRepository::$entityTypeManager property core/modules/workspaces/src/WorkspaceRepository.php The entity type manager service.

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