70 string references to 'Workspace'

ActiveWorkspaceCheck::access in core/modules/workspaces/src/Access/ActiveWorkspaceCheck.php
Checks access.
ActiveWorkspaceCheckTest::providerTestAccess in core/modules/workspaces/tests/src/Unit/ActiveWorkspaceCheckTest.php
Provides data for the testAccess method.
EntityOperations::entityPresave in core/modules/workspaces/src/EntityOperations.php
Acts on an entity before it is created or updated.
EntitySchemaSubscriber::addRevisionMetadataField in core/modules/workspaces/src/EventSubscriber/EntitySchemaSubscriber.php
Adds the 'workspace' revision metadata field to an entity type.
EntitySchemaSubscriber::onEntityTypeUpdate in core/modules/workspaces/src/EventSubscriber/EntitySchemaSubscriber.php
Reacts to the update of the entity type.
EntityTypeInfo::entityBaseFieldInfo in core/modules/workspaces/src/EntityTypeInfo.php
Provides custom base field definitions for a content entity type.
EntityTypeInfo::entityTypeAlter in core/modules/content_moderation/src/EntityTypeInfo.php
Adds Moderation configuration to appropriate entity types.
EntityTypeInfo::entityTypeAlter in core/modules/workspaces/src/EntityTypeInfo.php
Adds Workspace configuration to appropriate entity types.
EntityTypeInfo::entityTypeBuild in core/modules/workspaces/src/EntityTypeInfo.php
Adds workspace support info to eligible entity types.
EntityWorkspaceConflictConstraintValidatorTest::setUp in core/modules/workspaces/tests/src/Kernel/EntityWorkspaceConflictConstraintValidatorTest.php
GenericTest::preUninstallSteps in core/modules/workspaces/tests/src/Functional/GenericTest.php
QueryParameterWorkspaceNegotiator::applies in core/modules/workspaces/src/Negotiator/QueryParameterWorkspaceNegotiator.php
Checks whether the negotiator applies to the current request or not.
QueryParameterWorkspaceNegotiator::getActiveWorkspaceId in core/modules/workspaces/src/Negotiator/QueryParameterWorkspaceNegotiator.php
Performs workspace negotiation.
system_modules_uninstalled in core/modules/system/system.module
Implements hook_modules_uninstalled().
ViewsQueryAlter::ensureWorkspaceAssociationTable in core/modules/workspaces/src/ViewsQueryAlter.php
Adds the 'workspace_association' table to a views query.
WorkspaceAccessTest::setUp in core/modules/workspaces/tests/src/Kernel/WorkspaceAccessTest.php
WorkspaceAccessTest::testWorkspaceSelection in core/modules/workspaces/tests/src/Kernel/WorkspaceAccessTest.php
@covers \Drupal\workspaces\Plugin\EntityReferenceSelection\WorkspaceSelection::getReferenceableEntities
WorkspaceActivateForm::checkAccess in core/modules/workspaces/src/Form/WorkspaceActivateForm.php
Checks access for the workspace activate form.
WorkspaceAssociation::deleteAssociations in core/modules/workspaces/src/WorkspaceAssociation.php
WorkspaceAssociation::getTrackedEntities in core/modules/workspaces/src/WorkspaceAssociation.php
WorkspaceAssociation::getTrackedEntitiesForListing in core/modules/workspaces/src/WorkspaceAssociation.php
WorkspaceAssociation::initializeWorkspace in core/modules/workspaces/src/WorkspaceAssociation.php
WorkspaceAssociation::trackEntity in core/modules/workspaces/src/WorkspaceAssociation.php
WorkspaceAssociationDeprecationTest::setUp in core/modules/workspaces/tests/src/Kernel/WorkspaceAssociationDeprecationTest.php
WorkspaceAssociationTest::setUp in core/modules/workspaces/tests/src/Kernel/WorkspaceAssociationTest.php
WorkspaceCacheContext::getLabel in core/modules/workspaces/src/WorkspaceCacheContext.php
Returns the label of the cache context.
WorkspaceCacheContextTest::testWorkspaceCacheContext in core/modules/workspaces/tests/src/Functional/WorkspaceCacheContextTest.php
Tests the 'workspace' cache context.
WorkspaceContentTranslationTest::setUp in core/modules/workspaces/tests/src/Kernel/WorkspaceContentTranslationTest.php
WorkspaceCRUDTest::setUp in core/modules/workspaces/tests/src/Kernel/WorkspaceCRUDTest.php
WorkspaceEntityDeleteTest::setUp in core/modules/workspaces/tests/src/Kernel/WorkspaceEntityDeleteTest.php
WorkspaceInformation::isEntityIgnored in core/modules/workspaces/src/WorkspaceInformation.php
WorkspaceInformation::isEntitySupported in core/modules/workspaces/src/WorkspaceInformation.php
WorkspaceInformation::isEntityTypeIgnored in core/modules/workspaces/src/WorkspaceInformation.php
WorkspaceInformation::isEntityTypeSupported in core/modules/workspaces/src/WorkspaceInformation.php
WorkspaceInformationTest::setUp in core/modules/workspaces/tests/src/Kernel/WorkspaceInformationTest.php
WorkspaceInformationTest::testCustomSupportEntityTypes in core/modules/workspaces/tests/src/Kernel/WorkspaceInformationTest.php
Tests an entity type with a custom workspace handler.
WorkspaceInformationTest::testIgnoredEntityTypes in core/modules/workspaces/tests/src/Kernel/WorkspaceInformationTest.php
Tests ignored entity types.
WorkspaceInformationTest::testUnsupportedEntityTypes in core/modules/workspaces/tests/src/Kernel/WorkspaceInformationTest.php
Tests unsupported entity types.
WorkspaceIntegrationTest::providerTestAllowedEntityCrudInNonDefaultWorkspace in core/modules/workspaces/tests/src/Kernel/WorkspaceIntegrationTest.php
Data provider for allowed entity CRUD operations.
WorkspaceIntegrationTest::testDisallowedEntityCreateInNonDefaultWorkspace in core/modules/workspaces/tests/src/Kernel/WorkspaceIntegrationTest.php
Tests CREATE operations for unsupported entity types.
WorkspaceIntegrationTest::testDisallowedEntityDeleteInNonDefaultWorkspace in core/modules/workspaces/tests/src/Kernel/WorkspaceIntegrationTest.php
Tests DELETE operations for unsupported entity types.
WorkspaceIntegrationTest::testDisallowedEntityUpdateInNonDefaultWorkspace in core/modules/workspaces/tests/src/Kernel/WorkspaceIntegrationTest.php
Tests UPDATE operations for unsupported entity types.
WorkspaceListBuilder::buildHeader in core/modules/workspaces/src/WorkspaceListBuilder.php
Builds the header row for the entity listing.
WorkspaceMerger::merge in core/modules/workspaces/src/WorkspaceMerger.php
Merges the contents of the source workspace into the target workspace.
WorkspacePublisher::publish in core/modules/workspaces/src/WorkspacePublisher.php
Publishes the contents of a workspace to the default (Live) workspace.
WorkspaceQueryParameterNegotiatorTest::setUp in core/modules/workspaces/tests/src/Kernel/WorkspaceQueryParameterNegotiatorTest.php
WorkspaceQueryParameterNegotiatorTest::testWorkspaceQueryParameter in core/modules/workspaces/tests/src/Kernel/WorkspaceQueryParameterNegotiatorTest.php
@covers ::getActiveWorkspaceId @dataProvider providerTestWorkspaceQueryParameter
WorkspaceRequestSubscriber::onKernelRequest in core/modules/workspaces/src/EventSubscriber/WorkspaceRequestSubscriber.php
Adds the active workspace as a cache key part to the route provider.
workspaces.routing.yml in core/modules/workspaces/workspaces.routing.yml
core/modules/workspaces/workspaces.routing.yml
WorkspacesContentModerationStateTest::testContentModerationIntegrationWithWorkspaces in core/modules/content_moderation/tests/src/Kernel/WorkspacesContentModerationStateTest.php
Tests the integration between Content Moderation and Workspaces.
WorkspacesContentModerationStateTest::testWorkspaceEntityTypeModeration in core/modules/content_moderation/tests/src/Kernel/WorkspacesContentModerationStateTest.php
Tests that the 'workspace' entity type can not be moderated.
WorkspaceSelection::getReferenceableEntities in core/modules/workspaces/src/Plugin/EntityReferenceSelection/WorkspaceSelection.php
Gets the list of referenceable entities.
WorkspacesFileItemTest::setUp in core/modules/workspaces/tests/src/Kernel/WorkspacesFileItemTest.php
Set the default field storage backend for fields created during tests.
WorkspacesServiceProvider::alter in core/modules/workspaces/src/WorkspacesServiceProvider.php
Modifies existing service definitions.
WorkspacesUninstallTest::testUninstallingWorkspace in core/modules/workspaces/tests/src/Functional/WorkspacesUninstallTest.php
Tests deleting workspace entities and uninstalling Workspaces module.
WorkspaceSwitcherForm::__construct in core/modules/workspaces/src/Form/WorkspaceSwitcherForm.php
Constructs a new WorkspaceSwitcherForm.
workspaces_entity_insert in core/modules/workspaces/workspaces.module
Implements hook_entity_insert().
workspaces_entity_predelete in core/modules/workspaces/workspaces.module
Implements hook_entity_predelete().
workspaces_entity_update in core/modules/workspaces/workspaces.module
Implements hook_entity_update().
workspaces_module_preinstall in core/modules/workspaces/workspaces.install
Implements hook_module_preinstall().
workspaces_requirements in core/modules/workspaces/workspaces.install
Implements hook_requirements().
workspaces_schema in core/modules/workspaces/workspaces.install
Implements hook_schema().
WorkspaceTest::testWorkspaceFormRevisions in core/modules/workspaces/tests/src/Functional/WorkspaceTest.php
Tests that editing a workspace creates a new revision.
WorkspaceTest::testWorkspaceOwner in core/modules/workspaces/tests/src/Functional/WorkspaceTest.php
Tests changing the owner of a workspace.
WorkspaceTestTrait::ignoreEntityType in core/modules/workspaces/tests/src/Kernel/WorkspaceTestTrait.php
Marks an entity type as ignored in a workspace.
WorkspaceTestTrait::initializeWorkspacesModule in core/modules/workspaces/tests/src/Kernel/WorkspaceTestTrait.php
Enables the Workspaces module and creates two workspaces.
WorkspaceTestUtilities::ignoreEntityType in core/modules/workspaces/tests/src/Functional/WorkspaceTestUtilities.php
Marks an entity type as ignored in a workspace.
WorkspaceViewsIntegrationTest::setUp in core/modules/workspaces/tests/src/Kernel/WorkspaceViewsIntegrationTest.php
WorkspaceViewsIntegrationTest::testCreateWorkspaceView in core/modules/workspaces/tests/src/Kernel/WorkspaceViewsIntegrationTest.php
Tests creating a view of workspace entities.
WorkspaceViewsKernelTest::testCreateWorkspaceView in core/modules/workspaces/tests/src/Kernel/WorkspaceViewsKernelTest.php
Tests creating a view of workspace entities.

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