Search for %s

  1. Search 7.x for %s
  2. Search 8.9.x for %s
  3. Search 10.3.x for %s
  4. Search 11.x for %s
  5. Search main for %s
  6. Other projects
Title Object type File name Summary
workspaces.install file core/modules/workspaces/workspaces.install Contains install, update and uninstall functions for the Workspaces module.
workspaces.libraries.yml file core/modules/workspaces/workspaces.libraries.yml core/modules/workspaces/workspaces.libraries.yml
workspaces.links.action.yml file core/modules/workspaces/workspaces.links.action.yml core/modules/workspaces/workspaces.links.action.yml
workspaces.links.menu.yml file core/modules/workspaces/workspaces.links.menu.yml core/modules/workspaces/workspaces.links.menu.yml
workspaces.links.task.yml file core/modules/workspaces/workspaces.links.task.yml core/modules/workspaces/workspaces.links.task.yml
workspaces.link_relation_types.yml file core/modules/workspaces/workspaces.link_relation_types.yml core/modules/workspaces/workspaces.link_relation_types.yml
workspaces.manager service core/modules/workspaces/workspaces.services.yml Drupal\workspaces\WorkspaceManager
workspaces.module file core/modules/workspaces/workspaces.module Provides full-site preview functionality for content staging.
workspaces.negotiator.query_parameter service core/modules/workspaces/workspaces.services.yml Drupal\workspaces\Negotiator\QueryParameterWorkspaceNegotiator
workspaces.negotiator.session service core/modules/workspaces/workspaces.services.yml Drupal\workspaces\Negotiator\SessionWorkspaceNegotiator
workspaces.operation_factory service core/modules/workspaces/workspaces.services.yml Drupal\workspaces\WorkspaceOperationFactory
workspaces.overview.css file core/modules/workspaces/css/workspaces.overview.css Styling for the Workspaces overview table.
workspaces.permissions.yml file core/modules/workspaces/workspaces.permissions.yml core/modules/workspaces/workspaces.permissions.yml
workspaces.post_update.php file core/modules/workspaces/workspaces.post_update.php Post update functions for the Workspaces module.
workspaces.repository service core/modules/workspaces/workspaces.services.yml Drupal\workspaces\WorkspaceRepository
workspaces.routing.yml file core/modules/workspaces/workspaces.routing.yml core/modules/workspaces/workspaces.routing.yml
workspaces.services.yml file core/modules/workspaces/workspaces.services.yml core/modules/workspaces/workspaces.services.yml
workspaces.toolbar.css file core/modules/workspaces/css/workspaces.toolbar.css Styling for Workspaces module's toolbar tab.
workspaces.workspace_subscriber service core/modules/workspaces/workspaces.services.yml Drupal\workspaces\EventSubscriber\WorkspaceRequestSubscriber
WorkspacesAliasRepository class core/modules/workspaces/src/WorkspacesAliasRepository.php Provides workspace-specific path alias lookup queries.
WorkspacesAliasRepository.php file core/modules/workspaces/src/WorkspacesAliasRepository.php
WorkspacesAliasRepository::$workspaceManager property core/modules/workspaces/src/WorkspacesAliasRepository.php The workspace manager.
WorkspacesAliasRepository::getBaseQuery function core/modules/workspaces/src/WorkspacesAliasRepository.php Returns a SELECT query for the path_alias base table.
WorkspacesAliasRepository::setWorkspacesManager function core/modules/workspaces/src/WorkspacesAliasRepository.php Sets the workspace manager.
WorkspacesContentModerationStateTest class core/modules/content_moderation/tests/src/Kernel/WorkspacesContentModerationStateTest.php Tests that Workspaces and Content Moderation work together properly.
WorkspacesContentModerationStateTest.php file core/modules/content_moderation/tests/src/Kernel/WorkspacesContentModerationStateTest.php
WorkspacesContentModerationStateTest::$revEntityTypeId property core/modules/content_moderation/tests/src/Kernel/WorkspacesContentModerationStateTest.php The ID of the revisionable entity type used in the tests.
WorkspacesContentModerationStateTest::addEntityTypeAndBundleToWorkflow function core/modules/content_moderation/tests/src/Kernel/WorkspacesContentModerationStateTest.php Adds an entity type ID / bundle ID to the given workflow.
WorkspacesContentModerationStateTest::assertDefaultRevision function core/modules/content_moderation/tests/src/Kernel/WorkspacesContentModerationStateTest.php Checks the default revision ID and publishing status for an entity.
WorkspacesContentModerationStateTest::basicModerationTestCases function core/modules/content_moderation/tests/src/Kernel/WorkspacesContentModerationStateTest.php Test cases for basic moderation test.
WorkspacesContentModerationStateTest::createContentType function core/modules/content_moderation/tests/src/Kernel/WorkspacesContentModerationStateTest.php Creates a custom content type based on default settings.
WorkspacesContentModerationStateTest::createEditorialWorkflow function core/modules/content_moderation/tests/src/Kernel/WorkspacesContentModerationStateTest.php Creates the editorial workflow.
WorkspacesContentModerationStateTest::createEntity function core/modules/content_moderation/tests/src/Kernel/WorkspacesContentModerationStateTest.php Creates an entity.
WorkspacesContentModerationStateTest::setUp function core/modules/content_moderation/tests/src/Kernel/WorkspacesContentModerationStateTest.php
WorkspacesContentModerationStateTest::testContentModerationIntegrationWithWorkspaces function core/modules/content_moderation/tests/src/Kernel/WorkspacesContentModerationStateTest.php Tests the integration between Content Moderation and Workspaces.
WorkspacesContentModerationStateTest::testGetCurrentUserId function core/modules/content_moderation/tests/src/Kernel/WorkspacesContentModerationStateTest.php
WorkspacesContentModerationStateTest::testModerationWithFieldConfigOverride function core/modules/content_moderation/tests/src/Kernel/WorkspacesContentModerationStateTest.php Tests moderation when the moderation_state field has a config override.
WorkspacesContentModerationStateTest::testWorkflowDependencies function core/modules/content_moderation/tests/src/Kernel/WorkspacesContentModerationStateTest.php Tests the dependencies of the workflow when using content moderation.
WorkspacesContentModerationStateTest::testWorkflowNonConfigBundleDependencies function core/modules/content_moderation/tests/src/Kernel/WorkspacesContentModerationStateTest.php Tests the content moderation workflow dependencies for non-config bundles.
WorkspacesContentModerationStateTest::testWorkspaceEntityTypeModeration function core/modules/content_moderation/tests/src/Kernel/WorkspacesContentModerationStateTest.php Tests that the 'workspace' entity type can not be moderated.
WorkspaceSelection class core/modules/workspaces/src/Plugin/EntityReferenceSelection/WorkspaceSelection.php Provides specific access control for the workspace entity type.
WorkspaceSelection.php file core/modules/workspaces/src/Plugin/EntityReferenceSelection/WorkspaceSelection.php
WorkspaceSelection::$workspaceRepository property core/modules/workspaces/src/Plugin/EntityReferenceSelection/WorkspaceSelection.php The workspace repository service.
WorkspaceSelection::buildConfigurationForm function core/modules/workspaces/src/Plugin/EntityReferenceSelection/WorkspaceSelection.php Form constructor.
WorkspaceSelection::create function core/modules/workspaces/src/Plugin/EntityReferenceSelection/WorkspaceSelection.php Creates an instance of the plugin.
WorkspaceSelection::defaultConfiguration function core/modules/workspaces/src/Plugin/EntityReferenceSelection/WorkspaceSelection.php Gets default configuration for this plugin.
WorkspaceSelection::getReferenceableEntities function core/modules/workspaces/src/Plugin/EntityReferenceSelection/WorkspaceSelection.php Gets the list of referenceable entities.
WorkspacesServiceProvider class core/modules/workspaces/src/WorkspacesServiceProvider.php Defines a service provider for the Workspaces module.
WorkspacesServiceProvider.php file core/modules/workspaces/src/WorkspacesServiceProvider.php
WorkspacesServiceProvider::alter function core/modules/workspaces/src/WorkspacesServiceProvider.php Modifies existing service definitions.

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