Search for all

  1. Search 7.x for all
  2. Search 9.5.x for all
  3. Search 8.9.x for all
  4. Search 10.3.x for all
  5. Search 11.x for all
  6. Other projects
Title Object type File name Summary
WorkspaceTestTrait::initializeWorkspacesModule function core/modules/workspaces/tests/src/Kernel/WorkspaceTestTrait.php Enables the Workspaces module and creates two workspaces.
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 trait core/modules/workspaces/tests/src/Functional/WorkspaceTestUtilities.php Utility methods for use in BrowserTestBase tests.
WorkspaceTestUtilities.php file core/modules/workspaces/tests/src/Functional/WorkspaceTestUtilities.php
WorkspaceTestUtilities::$switcherBlockConfigured property core/modules/workspaces/tests/src/Functional/WorkspaceTestUtilities.php Signifies that the switcher block is configured.
WorkspaceTestUtilities::createAndActivateWorkspaceThroughUi function core/modules/workspaces/tests/src/Functional/WorkspaceTestUtilities.php Creates and activates a new Workspace through the UI.
WorkspaceTestUtilities::createNodeThroughUi function core/modules/workspaces/tests/src/Functional/WorkspaceTestUtilities.php Creates a node by "clicking" buttons.
WorkspaceTestUtilities::createWorkspaceThroughUi function core/modules/workspaces/tests/src/Functional/WorkspaceTestUtilities.php Creates a new Workspace through the UI.
WorkspaceTestUtilities::getOneEntityByLabel function core/modules/workspaces/tests/src/Functional/WorkspaceTestUtilities.php Loads a single entity by its label.
WorkspaceTestUtilities::ignoreEntityType function core/modules/workspaces/tests/src/Functional/WorkspaceTestUtilities.php Marks an entity type as ignored in a workspace.
WorkspaceTestUtilities::isLabelInContentOverview function core/modules/workspaces/tests/src/Functional/WorkspaceTestUtilities.php Determine if the content list has an entity's label.
WorkspaceTestUtilities::setupWorkspaceSwitcherBlock function core/modules/workspaces/tests/src/Functional/WorkspaceTestUtilities.php Adds the workspace switcher block to the site.
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_ui/tests/src/FunctionalJavascript/WorkspaceToolbarIntegrationTest.php Tests workspace settings stray integration.
WorkspaceToolbarIntegrationTest class core/modules/toolbar/tests/src/FunctionalJavascript/workspaces_ui/WorkspaceToolbarIntegrationTest.php Tests workspace settings stray integration.
WorkspaceToolbarIntegrationTest.php file core/modules/toolbar/tests/src/FunctionalJavascript/workspaces_ui/WorkspaceToolbarIntegrationTest.php
WorkspaceToolbarIntegrationTest.php file core/modules/workspaces_ui/tests/src/FunctionalJavascript/WorkspaceToolbarIntegrationTest.php
WorkspaceToolbarIntegrationTest::$defaultTheme property core/modules/workspaces_ui/tests/src/FunctionalJavascript/WorkspaceToolbarIntegrationTest.php The theme to install as the default for testing.
WorkspaceToolbarIntegrationTest::$defaultTheme property core/modules/toolbar/tests/src/FunctionalJavascript/workspaces_ui/WorkspaceToolbarIntegrationTest.php The theme to install as the default for testing.
WorkspaceToolbarIntegrationTest::$modules property core/modules/toolbar/tests/src/FunctionalJavascript/workspaces_ui/WorkspaceToolbarIntegrationTest.php Modules to install.
WorkspaceToolbarIntegrationTest::$modules property core/modules/workspaces_ui/tests/src/FunctionalJavascript/WorkspaceToolbarIntegrationTest.php Modules to install.
WorkspaceToolbarIntegrationTest::setUp function core/modules/workspaces_ui/tests/src/FunctionalJavascript/WorkspaceToolbarIntegrationTest.php
WorkspaceToolbarIntegrationTest::setUp function core/modules/toolbar/tests/src/FunctionalJavascript/workspaces_ui/WorkspaceToolbarIntegrationTest.php
WorkspaceToolbarIntegrationTest::testWorkspaceCanvasToggling function core/modules/toolbar/tests/src/FunctionalJavascript/workspaces_ui/WorkspaceToolbarIntegrationTest.php Tests workspace canvas can be toggled with JavaScript.
WorkspaceToolbarIntegrationTest::testWorkspaceCanvasToggling function core/modules/workspaces_ui/tests/src/FunctionalJavascript/WorkspaceToolbarIntegrationTest.php Tests workspace canvas can be toggled with JavaScript.
WorkspaceToolbarIntegrationTest::testWorkspaceSwitch function core/modules/workspaces_ui/tests/src/FunctionalJavascript/WorkspaceToolbarIntegrationTest.php Tests workspace switch and landing page behavior.
WorkspaceToolbarIntegrationTest::testWorkspaceSwitch function core/modules/toolbar/tests/src/FunctionalJavascript/workspaces_ui/WorkspaceToolbarIntegrationTest.php Tests workspace switch and landing page behavior.
WorkspaceTracker class core/modules/workspaces/src/WorkspaceTracker.php Provides a class for CRUD operations on workspace associations.
WorkspaceTracker.php file core/modules/workspaces/src/WorkspaceTracker.php
WorkspaceTracker::$associatedInitialRevisions property core/modules/workspaces/src/WorkspaceTracker.php A multidimensional array of entity IDs that were created in a workspace.
WorkspaceTracker::$associatedRevisions property core/modules/workspaces/src/WorkspaceTracker.php A multidimensional array of entity IDs that are associated to a workspace.
WorkspaceTracker::deleteTrackedEntities function core/modules/workspaces/src/WorkspaceTracker.php Deletes all the workspace association records for the given workspace.
WorkspaceTracker::doDeleteAssociations function core/modules/workspaces/src/WorkspaceTracker.php Executes a delete query for workspace associations.
WorkspaceTracker::getAllTrackedRevisions function core/modules/workspaces/src/WorkspaceTracker.php Retrieves all content revisions tracked by a given workspace.
WorkspaceTracker::getEntityTrackingWorkspaceIds function core/modules/workspaces/src/WorkspaceTracker.php Gets a list of workspace IDs in which an entity is tracked.
WorkspaceTracker::getIdField function core/modules/workspaces/src/WorkspaceTracker.php Determines the target ID field name for an entity type.
WorkspaceTracker::getSubscribedEvents function core/modules/workspaces/src/WorkspaceTracker.php
WorkspaceTracker::getTrackedEntities function core/modules/workspaces/src/WorkspaceTracker.php Retrieves the entities tracked by a given workspace.
WorkspaceTracker::getTrackedEntitiesForListing function core/modules/workspaces/src/WorkspaceTracker.php Retrieves a paged list of entities tracked by a given workspace.
WorkspaceTracker::getTrackedInitialRevisions function core/modules/workspaces/src/WorkspaceTracker.php Retrieves all content revisions that were created in a given workspace.
WorkspaceTracker::initializeWorkspace function core/modules/workspaces/src/WorkspaceTracker.php Initializes a workspace with all the associations of its parent.
WorkspaceTracker::loadAssociatedRevisions function core/modules/workspaces/src/WorkspaceTracker.php Loads associated revision IDs and populates their static caches.
WorkspaceTracker::moveTrackedEntities function core/modules/workspaces/src/WorkspaceTracker.php Moves tracked entities from one workspace to another.
WorkspaceTracker::onPostPublish function core/modules/workspaces/src/WorkspaceTracker.php Triggers clean-up operations after a workspace is published.
WorkspaceTracker::REVISION_TABLE constant core/modules/workspaces/src/WorkspaceTracker.php The table for the workspace association revision storage.
WorkspaceTracker::TABLE constant core/modules/workspaces/src/WorkspaceTracker.php The table for the workspace association storage.
WorkspaceTracker::trackEntity function core/modules/workspaces/src/WorkspaceTracker.php Updates or creates the association for a given entity and a workspace.
WorkspaceTracker::__construct function core/modules/workspaces/src/WorkspaceTracker.php

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