Search for to

  1. Search 7.x for to
  2. Search 9.5.x for to
  3. Search 8.9.x for to
  4. Search 10.3.x for to
  5. Search 11.x for to
  6. Other projects
Title Object type File name Summary
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 Tests add transition missing to exception.
WorkflowTest::testGetTransitionFromStateToState function core/modules/workflows/tests/src/Unit/WorkflowTest.php Tests get transition from state to state.
WorkflowTest::testGetTransitionFromStateToStateException function core/modules/workflows/tests/src/Unit/WorkflowTest.php Tests get transition from state to state exception.
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.
WorkspaceAssociationRevisionTableUpdateTest::getOldAssociatedInitialRevisions function core/modules/workspaces/tests/src/Functional/Update/WorkspaceAssociationRevisionTableUpdateTest.php Replicates the old getAssociatedInitialRevisions logic from 11.x.
WorkspaceAssociationRevisionTableUpdateTest::getOldAssociatedRevisions function core/modules/workspaces/tests/src/Functional/Update/WorkspaceAssociationRevisionTableUpdateTest.php Replicates the old getAssociatedRevisions logic from 11.x.
WorkspaceContentModerationIntegrationTest::getAdministratorPermissions function core/modules/content_moderation/tests/src/Functional/WorkspaceContentModerationIntegrationTest.php
WorkspaceDeleteForm::$workspaceRepository property core/modules/workspaces_ui/src/Form/WorkspaceDeleteForm.php The workspace repository service.
WorkspaceEntityRepositoryTest class core/modules/workspaces/tests/src/Kernel/WorkspaceEntityRepositoryTest.php Tests the entity repository integration for workspaces.
WorkspaceEntityRepositoryTest.php file core/modules/workspaces/tests/src/Kernel/WorkspaceEntityRepositoryTest.php
WorkspaceEntityRepositoryTest::$entityRepository property core/modules/workspaces/tests/src/Kernel/WorkspaceEntityRepositoryTest.php The entity repository.
WorkspaceEntityRepositoryTest::$entityTypeManager property core/modules/workspaces/tests/src/Kernel/WorkspaceEntityRepositoryTest.php The entity type manager.
WorkspaceEntityRepositoryTest::$modules property core/modules/workspaces/tests/src/Kernel/WorkspaceEntityRepositoryTest.php Modules to install.
WorkspaceEntityRepositoryTest::setUp function core/modules/workspaces/tests/src/Kernel/WorkspaceEntityRepositoryTest.php
WorkspaceEntityRepositoryTest::testGetActive function core/modules/workspaces/tests/src/Kernel/WorkspaceEntityRepositoryTest.php Tests retrieving active variants in a workspace.
WorkspaceIdNegotiatorInterface interface core/modules/workspaces/src/Negotiator/WorkspaceIdNegotiatorInterface.php Interface for workspace negotiators that return only the negotiated ID.
WorkspaceIdNegotiatorInterface.php file core/modules/workspaces/src/Negotiator/WorkspaceIdNegotiatorInterface.php
WorkspaceIdNegotiatorInterface::getActiveWorkspaceId function core/modules/workspaces/src/Negotiator/WorkspaceIdNegotiatorInterface.php Performs workspace negotiation.
WorkspaceInformationTest::testCustomSupportEntityTypes function core/modules/workspaces/tests/src/Kernel/WorkspaceInformationTest.php Tests an entity type with a custom workspace handler.
WorkspaceIntegrationTest::testPublishWorkspaceDedicatedTableStorage function core/modules/workspaces/tests/src/Kernel/WorkspaceIntegrationTest.php Tests publishing with fields in dedicated table storage.
WorkspaceListBuilder::$workspaceRepository property core/modules/workspaces_ui/src/WorkspaceListBuilder.php The workspace repository service.
WorkspaceListBuilder::getDefaultOperations function core/modules/workspaces_ui/src/WorkspaceListBuilder.php Gets this list's default operations.
WorkspaceManager::switchToLive function core/modules/workspaces/src/WorkspaceManager.php Unsets the active workspace.
WorkspaceManagerInterface::switchToLive function core/modules/workspaces/src/WorkspaceManagerInterface.php Unsets the active workspace.
WorkspaceMenuLinkContentIntegrationTest::testWorkspacesWithCustomMenuLinks function core/modules/workspaces/tests/src/Functional/WorkspaceMenuLinkContentIntegrationTest.php Tests custom menu links in non-default workspaces.
WorkspaceMergeForm::$workspaceOperationFactory property core/modules/workspaces_ui/src/Form/WorkspaceMergeForm.php The workspace operation factory.
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::setActiveWorkspace function core/modules/workspaces/src/Negotiator/WorkspaceNegotiatorInterface.php Notifies the negotiator that the workspace ID returned has been accepted.
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::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
WorkspacePermissionsTest::testEditOwnWorkspace function core/modules/workspaces/tests/src/Functional/WorkspacePermissionsTest.php Verifies that a user can create and edit only their own workspace.
WorkspaceProviderCollector class core/modules/workspaces/src/Provider/WorkspaceProviderCollector.php Defines the workspace provider collector.
WorkspaceProviderCollector.php file core/modules/workspaces/src/Provider/WorkspaceProviderCollector.php
WorkspaceProviderCollector::getProvider function core/modules/workspaces/src/Provider/WorkspaceProviderCollector.php Gets the workspace provider for the given ID.

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