Search for to

  1. Search 7.x for to
  2. Search 9.5.x for to
  3. Search 8.9.x for to
  4. Search 11.x for to
  5. Search main for to
  6. Other projects
Title Object type File name Summary
WorkspaceRequestSubscriberTest::testOnKernelRequestWithCacheableRouteProvider function core/modules/workspaces/tests/src/Unit/WorkspaceRequestSubscriberTest.php @covers ::onKernelRequest[[api-linebreak]]
WorkspaceRequestSubscriberTest::testOnKernelRequestWithoutCacheableRouteProvider function core/modules/workspaces/tests/src/Unit/WorkspaceRequestSubscriberTest.php @covers ::onKernelRequest[[api-linebreak]]
workspaces.menu.tree_storage service core/modules/workspaces/workspaces.services.yml Drupal\workspaces\WorkspacesMenuTreeStorage
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.repository service core/modules/workspaces/workspaces.services.yml Drupal\workspaces\WorkspaceRepository
workspaces.toolbar.css file core/modules/workspaces/css/workspaces.toolbar.css Styling for Workspaces module's toolbar tab.
workspaces.toolbar.pcss.css file core/modules/workspaces/css/workspaces.toolbar.pcss.css Styling for Workspaces module's toolbar tab.
WorkspaceSafeFormTrait::getSectionStorageFromFormState function core/modules/layout_builder/src/Form/WorkspaceSafeFormTrait.php Retrieves the section storage from a form state object, if it exists.
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::addEntityTypeAndBundleToWorkflow function core/modules/content_moderation/tests/src/Kernel/WorkspacesContentModerationStateTest.php Adds an entity type ID / bundle ID to the given workflow.
WorkspacesContentModerationStateTest::createEditorialWorkflow function core/modules/content_moderation/tests/src/Kernel/WorkspacesContentModerationStateTest.php Creates the editorial workflow.
WorkspaceSelection::$workspaceRepository property core/modules/workspaces/src/Plugin/EntityReferenceSelection/WorkspaceSelection.php The workspace repository service.
WorkspacesLazyBuilders::renderToolbarTab function core/modules/workspaces/src/WorkspacesLazyBuilders.php Lazy builder callback for rendering the workspace toolbar tab.
WorkspacesMenuTreeStorage class core/modules/workspaces/src/WorkspacesMenuTreeStorage.php Overrides the default menu storage to provide workspace-specific menu links.
WorkspacesMenuTreeStorage.php file core/modules/workspaces/src/WorkspacesMenuTreeStorage.php
WorkspacesMenuTreeStorage::loadLinks function core/modules/workspaces/src/WorkspacesMenuTreeStorage.php Loads links in the given menu, according to the given tree parameters.
WorkspacesMenuTreeStorage::loadTreeData function core/modules/workspaces/src/WorkspacesMenuTreeStorage.php Loads a menu link tree from the storage.
WorkspacesMenuTreeStorage::__construct function core/modules/workspaces/src/WorkspacesMenuTreeStorage.php WorkspacesMenuTreeStorage constructor.
WorkspaceSwitcherForm::$workspaceStorage property core/modules/workspaces/src/Form/WorkspaceSwitcherForm.php The workspace entity storage handler.
WorkspaceSwitcherForm::submitSwitchToLive function core/modules/workspaces/src/Form/WorkspaceSwitcherForm.php Submit handler for switching to the live version of the site.
WorkspaceSwitcherTest::testQueryParameterNegotiator function core/modules/workspaces/tests/src/Functional/WorkspaceSwitcherTest.php Tests switching workspace via a query parameter.
WorkspaceSwitcherTest::testToolbarSwitcherDynamicPageCache function core/modules/workspaces/tests/src/Functional/WorkspaceSwitcherTest.php Tests that the toolbar workspace switcher doesn't disable the page cache.
workspaces_toolbar function core/modules/workspaces/workspaces.module Implements hook_toolbar().
WorkspaceTest::$editor1 property core/modules/workspaces/tests/src/Functional/WorkspaceTest.php A test user.
WorkspaceTest::$editor2 property core/modules/workspaces/tests/src/Functional/WorkspaceTest.php A test user.
WorkspaceTest::testWorkspaceToolbar function core/modules/workspaces/tests/src/Functional/WorkspaceTest.php Tests that the toolbar correctly shows the active workspace.
WorkspaceTestTrait::switchToLive function core/modules/workspaces/tests/src/Kernel/WorkspaceTestTrait.php Switches the test runner's context to Live.
WorkspaceTestTrait::switchToWorkspace function core/modules/workspaces/tests/src/Kernel/WorkspaceTestTrait.php Sets a given workspace as active.
WorkspaceTestUtilities::getOneEntityByLabel function core/modules/workspaces/tests/src/Functional/WorkspaceTestUtilities.php Loads a single entity by its label.
WorkspaceTestUtilities::isLabelInContentOverview function core/modules/workspaces/tests/src/Functional/WorkspaceTestUtilities.php Determine if the content list has an entity's label.
WorkspaceTestUtilities::switchToLive function core/modules/workspaces/tests/src/Functional/WorkspaceTestUtilities.php Switches to the live version of the site for subsequent requests.
WorkspaceTestUtilities::switchToWorkspace function core/modules/workspaces/tests/src/Functional/WorkspaceTestUtilities.php Sets a given workspace as "active" for subsequent requests.
WorkspaceToolbarIntegrationTest class core/modules/workspaces/tests/src/FunctionalJavascript/WorkspaceToolbarIntegrationTest.php Tests workspace settings stray integration.
WorkspaceToolbarIntegrationTest.php file core/modules/workspaces/tests/src/FunctionalJavascript/WorkspaceToolbarIntegrationTest.php
WorkspaceToolbarIntegrationTest::$defaultTheme property core/modules/workspaces/tests/src/FunctionalJavascript/WorkspaceToolbarIntegrationTest.php The theme to install as the default for testing.
WorkspaceToolbarIntegrationTest::$modules property core/modules/workspaces/tests/src/FunctionalJavascript/WorkspaceToolbarIntegrationTest.php Modules to install.
WorkspaceToolbarIntegrationTest::setUp function core/modules/workspaces/tests/src/FunctionalJavascript/WorkspaceToolbarIntegrationTest.php
WorkspaceToolbarIntegrationTest::testWorkspaceCanvasToggling function core/modules/workspaces/tests/src/FunctionalJavascript/WorkspaceToolbarIntegrationTest.php Tests workspace canvas can be toggled with JavaScript.
WorkspaceToolbarIntegrationTest::testWorkspaceSwitch function core/modules/workspaces/tests/src/FunctionalJavascript/WorkspaceToolbarIntegrationTest.php Tests workspace switch and landing page behavior.
workspace_update_test.negotiator.test service core/modules/workspaces/tests/modules/workspace_update_test/workspace_update_test.services.yml Drupal\workspace_update_test\Negotiator\TestWorkspaceNegotiator
WriteSafeSessionHandlerTest::providerTestOtherMethods function core/tests/Drupal/Tests/Core/Session/WriteSafeSessionHandlerTest.php Provides test data for the other methods test.
WriteSafeSessionHandlerTest::testOtherMethods function core/tests/Drupal/Tests/Core/Session/WriteSafeSessionHandlerTest.php Tests that other invocations are passed unmodified to the wrapped handler.
XssUnitTest::testBadProtocolStripping function core/tests/Drupal/KernelTests/Core/Common/XssUnitTest.php Checks that harmful protocols are stripped.
YamlDirectoryDiscovery class core/lib/Drupal/Core/Plugin/Discovery/YamlDirectoryDiscovery.php Allows multiple YAML files per directory to define plugin definitions.

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