91 string references to 'Workspace'

48475954-e878-439c-9d3d-226724a44269.yml in core/tests/fixtures/default_content/node/48475954-e878-439c-9d3d-226724a44269.yml
core/tests/fixtures/default_content/node/48475954-e878-439c-9d3d-226724a44269.yml
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::entityPredelete in core/modules/workspaces/src/Hook/EntityOperations.php
Implements hook_entity_predelete().
EntityOperations::entityQueryTagLatestTranslatedAffectedRevisionAlter in core/modules/workspaces/src/Hook/EntityOperations.php
Implements hook_entity_query_tag__TAG_alter() for 'latest_translated_affected_revision'.
EntityOperationsCacheabilityTest::providerEntityOperationsCacheability in core/modules/system/tests/src/Kernel/Entity/EntityOperationsCacheabilityTest.php
Data provider for testEntityOperationsCacheability().
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/Hook/EntityTypeInfo.php
Implements hook_entity_base_field_info().
EntityTypeInfo::entityTypeAlter in core/modules/workspaces/src/Hook/EntityTypeInfo.php
Implements hook_entity_type_alter().
EntityTypeInfo::entityTypeAlter in core/modules/content_moderation/src/EntityTypeInfo.php
Adds Moderation configuration to appropriate entity types.
EntityTypeInfo::entityTypeBuild in core/modules/workspaces/src/Hook/EntityTypeInfo.php
Implements hook_entity_type_build().
EntityWorkspaceConflictConstraintValidatorTest::setUp in core/modules/workspaces/tests/src/Kernel/EntityWorkspaceConflictConstraintValidatorTest.php
GenericTest::preUninstallSteps in core/modules/workspaces/tests/src/Functional/GenericTest.php
inner_test.yml in core/tests/fixtures/default_content/workspace/inner_test.yml
core/tests/fixtures/default_content/workspace/inner_test.yml
ModuleInstallerTest::testFieldStorageEntityTypeDependencies in core/tests/Drupal/KernelTests/Core/Extension/ModuleInstallerTest.php
Tests field storage definitions are installed only if entity types exist.
NavigationHooks::navigationWorkspaces in core/modules/navigation/src/Hook/NavigationHooks.php
Implements hook_navigation_content_top().
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.
SystemHooks::modulesUninstalled in core/modules/system/src/Hook/SystemHooks.php
Implements hook_modules_uninstalled().
test_workspace.yml in core/tests/fixtures/default_content/workspace/test_workspace.yml
core/tests/fixtures/default_content/workspace/test_workspace.yml
ViewsOperations::ensureWorkspaceAssociationTable in core/modules/workspaces/src/Hook/ViewsOperations.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
Tests workspace selection.
WorkspaceAccessTest::testWorkspaceSelectionFiltersByProvider in core/modules/workspaces/tests/src/Kernel/WorkspaceAccessTest.php
Tests that workspaces with non-default providers are not referenceable.
WorkspaceActivateForm::checkAccess in core/modules/workspaces_ui/src/Form/WorkspaceActivateForm.php
Checks access for the workspace activate form.
WorkspaceAssociationStringIdsUpdatePathTest::testRunUpdates in core/modules/workspaces/tests/src/Functional/Update/WorkspaceAssociationStringIdsUpdatePathTest.php
Tests the update path for string IDs in workspace_association.
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
WorkspaceEntityOperationsTest::setUp in core/modules/workspaces/tests/src/Kernel/WorkspaceEntityOperationsTest.php
WorkspaceEntityRepositoryTest::setUp in core/modules/workspaces/tests/src/Kernel/WorkspaceEntityRepositoryTest.php
WorkspaceFormPersistenceTest::setUp in core/modules/workspaces/tests/src/Kernel/WorkspaceFormPersistenceTest.php
WorkspaceInformation::isEntityIgnored in core/modules/workspaces/src/WorkspaceInformation.php
Determines whether CRUD operations for an entity are allowed.
WorkspaceInformation::isEntitySupported in core/modules/workspaces/src/WorkspaceInformation.php
Determines whether an entity can belong to a workspace.
WorkspaceInformation::isEntityTypeIgnored in core/modules/workspaces/src/WorkspaceInformation.php
Determines whether CRUD operations for an entity type are allowed.
WorkspaceInformation::isEntityTypeSupported in core/modules/workspaces/src/WorkspaceInformation.php
Determines whether an entity type can belong to a workspace.
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_ui/src/WorkspaceListBuilder.php
Builds the header row for the entity listing.
WorkspaceListBuilder::getDefaultOperations in core/modules/workspaces_ui/src/WorkspaceListBuilder.php
Gets this list's default operations.
WorkspaceMerger::merge in core/modules/workspaces/src/WorkspaceMerger.php
Merges the contents of the source workspace into the target workspace.
WorkspaceProviderBase::entityPresave in core/modules/workspaces/src/Provider/WorkspaceProviderBase.php
Acts before an entity is saved.
WorkspacePublisher::publish in core/modules/workspaces/src/WorkspacePublisher.php
Publishes the contents of a workspace to the default (Live) workspace.
WorkspacePublisherTest::setUp in core/modules/workspaces/tests/src/Kernel/WorkspacePublisherTest.php
WorkspaceQueryParameterNegotiatorTest::setUp in core/modules/workspaces/tests/src/Kernel/WorkspaceQueryParameterNegotiatorTest.php
WorkspaceQueryParameterNegotiatorTest::testWorkspaceQueryParameter in core/modules/workspaces/tests/src/Kernel/WorkspaceQueryParameterNegotiatorTest.php
Tests workspace query parameter.
WorkspaceRequestSubscriber::onKernelRequest in core/modules/workspaces/src/EventSubscriber/WorkspaceRequestSubscriber.php
Adds the active workspace as a cache key part to the route provider.
workspaces-10.3.0.php in core/modules/workspaces/tests/fixtures/update/workspaces-10.3.0.php
WorkspacesContentModerationStateTest::testContentModerationIntegrationWithWorkspaces in core/modules/content_moderation/tests/src/Kernel/WorkspacesContentModerationStateTest.php
Tests the integration between Content Moderation and Workspaces.
WorkspacesContentModerationStateTest::testContentModerationWithoutDefaultRevisionsInWorkspaces in core/modules/content_moderation/tests/src/Kernel/WorkspacesContentModerationStateTest.php
Publish a workspace with workflows including no tracked default revisions.
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.
WorkspacesHooks::modulePreinstall in core/modules/workspaces/src/Hook/WorkspacesHooks.php
Implements hook_module_preinstall().
WorkspacesLazyBuilder::renderNavigationLinks in core/modules/navigation/src/WorkspacesLazyBuilder.php
Lazy builder callback for rendering navigation links.
WorkspacesRequirements::getRequirements in core/modules/workspaces/src/Install/Requirements/WorkspacesRequirements.php
Check installation requirements.
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::buildForm in core/modules/workspaces_ui/src/Form/WorkspaceSwitcherForm.php
Form constructor.
WorkspaceSwitcherForm::__construct in core/modules/workspaces_ui/src/Form/WorkspaceSwitcherForm.php
Constructs a new WorkspaceSwitcherForm.
workspaces_schema in core/modules/workspaces/workspaces.install
Implements hook_schema().
workspaces_ui.routing.yml in core/modules/workspaces_ui/workspaces_ui.routing.yml
core/modules/workspaces_ui/workspaces_ui.routing.yml
workspaces_update_11101 in core/modules/workspaces/workspaces.install
Update workspace associations to support entity types with string IDs.
workspaces_update_11301 in core/modules/workspaces/workspaces.install
Create the 'workspace_association_revision' table.
workspaces_update_11303 in core/modules/workspaces/workspaces.install
Add the workspace provider field.
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.
WorkspaceTracker::doDeleteAssociations in core/modules/workspaces/src/WorkspaceTracker.php
Executes a delete query for workspace associations.
WorkspaceTracker::getTrackedEntities in core/modules/workspaces/src/WorkspaceTracker.php
Retrieves the entities tracked by a given workspace.
WorkspaceTracker::getTrackedEntitiesForListing in core/modules/workspaces/src/WorkspaceTracker.php
Retrieves a paged list of entities tracked by a given workspace.
WorkspaceTracker::initializeWorkspace in core/modules/workspaces/src/WorkspaceTracker.php
Initializes a workspace with all the associations of its parent.
WorkspaceTracker::loadAssociatedRevisions in core/modules/workspaces/src/WorkspaceTracker.php
Loads associated revision IDs and populates their static caches.
WorkspaceTracker::moveTrackedEntities in core/modules/workspaces/src/WorkspaceTracker.php
Moves tracked entities from one workspace to another.
WorkspaceTracker::trackEntity in core/modules/workspaces/src/WorkspaceTracker.php
Updates or creates the association for a given entity and a workspace.
WorkspaceTrackerTest::setUp in core/modules/workspaces/tests/src/Kernel/WorkspaceTrackerTest.php
WorkspaceTrackerTest::testMoveTrackedEntitiesOfSpecificType in core/modules/workspaces/tests/src/Kernel/WorkspaceTrackerTest.php
Tests moving all entities of a specific type while leaving others.
WorkspaceTrackerTest::testMoveTrackedEntitiesWithMultipleRevisions in core/modules/workspaces/tests/src/Kernel/WorkspaceTrackerTest.php
Tests moving an entity with multiple revisions between workspaces.
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.

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