48 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.
EntityAccess::entityCreateAccess in core/modules/workspaces/src/EntityAccess.php
Implements a hook bridge for hook_entity_create_access().
EntityAccess::entityOperationAccess in core/modules/workspaces/src/EntityAccess.php
Implements a hook bridge for hook_entity_access().
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::entityTypeBuild in core/modules/workspaces/src/EntityTypeInfo.php
Adds the "EntityWorkspaceConflict" constraint to eligible entity types.
QueryParameterWorkspaceNegotiator::applies in core/modules/workspaces/src/Negotiator/QueryParameterWorkspaceNegotiator.php
Checks whether the negotiator applies to the current request or not.
QueryParameterWorkspaceNegotiator::getActiveWorkspace in core/modules/workspaces/src/Negotiator/QueryParameterWorkspaceNegotiator.php
Gets the negotiated workspace, if any.
SessionWorkspaceNegotiator::__construct in core/modules/workspaces/src/Negotiator/SessionWorkspaceNegotiator.php
Constructor.
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
@coversDefaultClass \Drupal\workspaces\Plugin\EntityReferenceSelection\WorkspaceSelection
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
Deletes all the workspace association records for the given workspace.
WorkspaceAssociation::getTrackedEntities in core/modules/workspaces/src/WorkspaceAssociation.php
Retrieves the entities tracked by a given workspace.
WorkspaceAssociation::initializeWorkspace in core/modules/workspaces/src/WorkspaceAssociation.php
Initializes a workspace with all the associations of its parent.
WorkspaceAssociation::trackEntity in core/modules/workspaces/src/WorkspaceAssociation.php
Updates or creates the association for a given entity and a workspace.
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.
WorkspaceCRUDTest::setUp in core/modules/workspaces/tests/src/Kernel/WorkspaceCRUDTest.php
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.
WorkspacePublisher::publish in core/modules/workspaces/src/WorkspacePublisher.php
Publishes the contents of a workspace to the default (Live) workspace.
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.
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::initializeWorkspacesModule in core/modules/workspaces/tests/src/Kernel/WorkspaceTestTrait.php
Enables the Workspaces module and creates two workspaces.

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