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_schema function core/modules/workspaces/workspaces.install Implements hook_schema().
workspaces_toolbar function core/modules/workspaces/workspaces.module Implements hook_toolbar().
workspaces_update_last_removed function core/modules/workspaces/workspaces.install Implements hook_update_last_removed().
workspaces_views_query_alter function core/modules/workspaces/workspaces.module Implements hook_views_query_alter().
WorkspaceTest class core/modules/workspaces/tests/src/Functional/WorkspaceTest.php Test the workspace entity.
WorkspaceTest.php file core/modules/workspaces/tests/src/Functional/WorkspaceTest.php
WorkspaceTest::$defaultTheme property core/modules/workspaces/tests/src/Functional/WorkspaceTest.php The theme to install as the default for testing.
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::$modules property core/modules/workspaces/tests/src/Functional/WorkspaceTest.php Modules to enable.
WorkspaceTest::setUp function core/modules/workspaces/tests/src/Functional/WorkspaceTest.php
WorkspaceTest::testDeleteWorkspaceWithExistingContent function core/modules/workspaces/tests/src/Functional/WorkspaceTest.php Verifies that a workspace with existing content may be deleted.
WorkspaceTest::testSpecialCharacters function core/modules/workspaces/tests/src/Functional/WorkspaceTest.php Tests creating a workspace with special characters.
WorkspaceTest::testWorkspaceFieldUi function core/modules/workspaces/tests/src/Functional/WorkspaceTest.php Tests adding new fields to workspace entities.
WorkspaceTest::testWorkspaceFormRevisions function core/modules/workspaces/tests/src/Functional/WorkspaceTest.php Tests that editing a workspace creates a new revision.
WorkspaceTest::testWorkspaceList function core/modules/workspaces/tests/src/Functional/WorkspaceTest.php Tests the Workspaces listing UI.
WorkspaceTest::testWorkspaceManagePage function core/modules/workspaces/tests/src/Functional/WorkspaceTest.php Tests the manage workspace page.
WorkspaceTest::testWorkspaceOwner function core/modules/workspaces/tests/src/Functional/WorkspaceTest.php Tests changing the owner of a workspace.
WorkspaceTest::testWorkspaceToolbar function core/modules/workspaces/tests/src/Functional/WorkspaceTest.php Tests that the toolbar correctly shows the active workspace.
WorkspaceTestTrait trait core/modules/workspaces/tests/src/Kernel/WorkspaceTestTrait.php A trait with common workspaces testing functionality.
WorkspaceTestTrait.php file core/modules/workspaces/tests/src/Kernel/WorkspaceTestTrait.php
WorkspaceTestTrait::$workspaceManager property core/modules/workspaces/tests/src/Kernel/WorkspaceTestTrait.php The workspaces manager.
WorkspaceTestTrait::$workspaces property core/modules/workspaces/tests/src/Kernel/WorkspaceTestTrait.php An array of test workspaces, keyed by workspace ID.
WorkspaceTestTrait::assertWorkspaceAssociation function core/modules/workspaces/tests/src/Kernel/WorkspaceTestTrait.php Checks the workspace_association records for a test scenario.
WorkspaceTestTrait::createWorkspaceHierarchy function core/modules/workspaces/tests/src/Kernel/WorkspaceTestTrait.php Creates a test workspace hierarchy.
WorkspaceTestTrait::getUnassociatedRevisions function core/modules/workspaces/tests/src/Kernel/WorkspaceTestTrait.php Returns all the revisions which are not associated with any workspace.
WorkspaceTestTrait::initializeWorkspacesModule function core/modules/workspaces/tests/src/Kernel/WorkspaceTestTrait.php Enables the Workspaces module and creates two workspaces.
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::$switcher_block_configured property core/modules/workspaces/tests/src/Functional/WorkspaceTestUtilities.php
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::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/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 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.
WorkspaceViewBuilder class core/modules/workspaces/src/WorkspaceViewBuilder.php Provides a Workspace view builder.
WorkspaceViewBuilder.php file core/modules/workspaces/src/WorkspaceViewBuilder.php
WorkspaceViewBuilder::$bundleInfo property core/modules/workspaces/src/WorkspaceViewBuilder.php The entity bundle information service.
WorkspaceViewBuilder::$dateFormatter property core/modules/workspaces/src/WorkspaceViewBuilder.php The date formatter service.
WorkspaceViewBuilder::$entityTypeManager property core/modules/workspaces/src/WorkspaceViewBuilder.php The entity type manager.

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