Search for to

  1. Search 7.x for to
  2. Search 9.5.x for to
  3. Search 10.3.x for to
  4. Search 11.x for to
  5. Other projects
Title Object type File name Summary
WorkspaceRepository::$tree property core/modules/workspaces/src/WorkspaceRepository.php An array of tree items, keyed by workspace IDs and sorted in tree order.
WorkspaceRepository::getDescendantsAndSelf function core/modules/workspaces/src/WorkspaceRepository.php Returns the descendant IDs of the passed-in workspace, including itself.
WorkspaceRepository::loadTree function core/modules/workspaces/src/WorkspaceRepository.php Returns an array of workspaces tree item properties, sorted in tree order.
WorkspaceRepository::resetCache function core/modules/workspaces/src/WorkspaceRepository.php Resets the cached workspace tree.
WorkspaceRepository::__construct function core/modules/workspaces/src/WorkspaceRepository.php Constructs a new WorkspaceRepository instance.
WorkspaceRepositoryInterface interface core/modules/workspaces/src/WorkspaceRepositoryInterface.php Provides an interface for workspace tree lookup operations.
WorkspaceRepositoryInterface.php file core/modules/workspaces/src/WorkspaceRepositoryInterface.php
WorkspaceRepositoryInterface::getDescendantsAndSelf function core/modules/workspaces/src/WorkspaceRepositoryInterface.php Returns the descendant IDs of the passed-in workspace, including itself.
WorkspaceRepositoryInterface::loadTree function core/modules/workspaces/src/WorkspaceRepositoryInterface.php Returns an array of workspaces tree item properties, sorted in tree order.
WorkspaceRepositoryInterface::resetCache function core/modules/workspaces/src/WorkspaceRepositoryInterface.php Resets the cached workspace tree.
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.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.
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.
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 Test switching workspace via a query parameter.
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 Test that the toolbar correctly shows the active workspace.
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 enable.
WorkspaceToolbarIntegrationTest::setUp function core/modules/workspaces/tests/src/FunctionalJavascript/WorkspaceToolbarIntegrationTest.php
WorkspaceToolbarIntegrationTest::testWorkspaceCanvasToggling function core/modules/workspaces/tests/src/FunctionalJavascript/WorkspaceToolbarIntegrationTest.php Test workspace canvas can be toggled with JavaScript.
WorkspaceToolbarIntegrationTest::testWorkspaceSwitch function core/modules/workspaces/tests/src/FunctionalJavascript/WorkspaceToolbarIntegrationTest.php Test 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.
WysiwygEditor class core/modules/quickedit/tests/modules/src/Plugin/InPlaceEditor/WysiwygEditor.php Defines the 'wysiwyg' in-place editor.
WysiwygEditor.php file core/modules/quickedit/tests/modules/src/Plugin/InPlaceEditor/WysiwygEditor.php
WysiwygEditor::getAttachments function core/modules/quickedit/tests/modules/src/Plugin/InPlaceEditor/WysiwygEditor.php Returns the attachments for this editor.

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