53 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.
core.entity_form_display.workspace.workspace.deploy.yml in core/modules/workspaces/config/install/core.entity_form_display.workspace.workspace.deploy.yml
core/modules/workspaces/config/install/core.entity_form_display.workspace.workspace.deploy.yml
core.entity_form_mode.workspace.deploy.yml in core/modules/workspaces/config/install/core.entity_form_mode.workspace.deploy.yml
core/modules/workspaces/config/install/core.entity_form_mode.workspace.deploy.yml
drupal-8.6.0-workspaces_installed.php in core/modules/workspaces/tests/fixtures/update/drupal-8.6.0-workspaces_installed.php
Contains database additions to drupal-8.filled.standard.php.gz for testing the upgrade paths of the Workspaces module.
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::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
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.
WorkspaceRevisionMetadataFieldTest::testWorkspacesField in core/modules/workspaces/tests/src/Functional/WorkspaceRevisionMetadataFieldTest.php
Tests the addition of the 'workspaces' revision metadata field.
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.
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.
WorkspacesUpdateTest::testWorkspaceAssociationRemoval in core/modules/workspaces/tests/src/Functional/Update/WorkspacesUpdateTest.php
Tests the move of workspace association data to a custom table.
WorkspacesUpdateTest::testWorkspaceParentField in core/modules/workspaces/tests/src/Functional/Update/WorkspacesUpdateTest.php
Tests the addition of the workspace 'parent' field.
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_post_update_move_association_data in core/modules/workspaces/workspaces.post_update.php
Move the workspace association data to an entity field and a custom table.
workspaces_requirements in core/modules/workspaces/workspaces.install
Implements hook_requirements().
workspaces_schema in core/modules/workspaces/workspaces.install
Implements hook_schema().
workspaces_update_8801 in core/modules/workspaces/workspaces.install
Add the 'workspace' revision metadata field on all supported entity types.
workspaces_update_8802 in core/modules/workspaces/workspaces.install
Add the 'parent' field to the 'workspace' entity type.
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
Test 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.