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
WorkspaceIntegrationTest::testFormCacheForEntityForms function core/modules/workspaces/tests/src/Kernel/WorkspaceIntegrationTest.php Tests that entity forms can be stored in the form cache.
WorkspaceIntegrationTest::testFormCacheForRegularForms function core/modules/workspaces/tests/src/Kernel/WorkspaceIntegrationTest.php Tests that non-entity forms can be stored in the form cache.
WorkspaceIntegrationTest::testNodeAccessDifferringRevisionIdsOnTarget function core/modules/workspaces/tests/src/Kernel/WorkspaceIntegrationTest.php Tests workspace publishing is not sensitive to node access.
WorkspaceIntegrationTest::testPublishWorkspaceDedicatedTableStorage function core/modules/workspaces/tests/src/Kernel/WorkspaceIntegrationTest.php Tests publishing with fields in dedicated table storage.
WorkspaceIntegrationTest::testWorkspaceAssociationDataIntegrity function core/modules/workspaces/tests/src/Kernel/WorkspaceIntegrationTest.php Tests the workspace association data integrity for entity CRUD operations.
WorkspaceIntegrationTest::testWorkspaceHierarchy function core/modules/workspaces/tests/src/Kernel/WorkspaceIntegrationTest.php Tests entity tracking in workspace descendants.
WorkspaceIntegrationTest::testWorkspaces function core/modules/workspaces/tests/src/Kernel/WorkspaceIntegrationTest.php Tests various scenarios for creating and publishing content in workspaces.
WorkspaceInterface interface core/modules/workspaces/src/WorkspaceInterface.php Defines an interface for the workspace entity type.
WorkspaceInterface.php file core/modules/workspaces/src/WorkspaceInterface.php
WorkspaceInterface::getCreatedTime function core/modules/workspaces/src/WorkspaceInterface.php Gets the workspace creation timestamp.
WorkspaceInterface::getProvider function core/modules/workspaces/src/WorkspaceInterface.php Gets the provider of this workspace.
WorkspaceInterface::hasParent function core/modules/workspaces/src/WorkspaceInterface.php Determines whether the workspace has a parent.
WorkspaceInterface::publish function core/modules/workspaces/src/WorkspaceInterface.php Publishes the contents of this workspace to the default (Live) workspace.
WorkspaceInterface::setCreatedTime function core/modules/workspaces/src/WorkspaceInterface.php Sets the workspace creation timestamp.
WorkspaceJsonAnonTest class core/modules/workspaces/tests/src/Functional/Rest/WorkspaceJsonAnonTest.php Test workspace entities for unauthenticated JSON requests.
WorkspaceJsonAnonTest.php file core/modules/workspaces/tests/src/Functional/Rest/WorkspaceJsonAnonTest.php
WorkspaceJsonAnonTest::$defaultTheme property core/modules/workspaces/tests/src/Functional/Rest/WorkspaceJsonAnonTest.php The theme to install as the default for testing.
WorkspaceJsonAnonTest::$format property core/modules/workspaces/tests/src/Functional/Rest/WorkspaceJsonAnonTest.php The format to use in this test.
WorkspaceJsonAnonTest::$mimeType property core/modules/workspaces/tests/src/Functional/Rest/WorkspaceJsonAnonTest.php The MIME type that corresponds to $format.
WorkspaceJsonBasicAuthTest class core/modules/workspaces/tests/src/Functional/Rest/WorkspaceJsonBasicAuthTest.php Test workspace entities for JSON requests via basic auth.
WorkspaceJsonBasicAuthTest.php file core/modules/workspaces/tests/src/Functional/Rest/WorkspaceJsonBasicAuthTest.php
WorkspaceJsonBasicAuthTest::$auth property core/modules/workspaces/tests/src/Functional/Rest/WorkspaceJsonBasicAuthTest.php The authentication mechanism to use in this test.
WorkspaceJsonBasicAuthTest::$defaultTheme property core/modules/workspaces/tests/src/Functional/Rest/WorkspaceJsonBasicAuthTest.php The theme to install as the default for testing.
WorkspaceJsonBasicAuthTest::$format property core/modules/workspaces/tests/src/Functional/Rest/WorkspaceJsonBasicAuthTest.php The format to use in this test.
WorkspaceJsonBasicAuthTest::$mimeType property core/modules/workspaces/tests/src/Functional/Rest/WorkspaceJsonBasicAuthTest.php The MIME type that corresponds to $format.
WorkspaceJsonBasicAuthTest::$modules property core/modules/workspaces/tests/src/Functional/Rest/WorkspaceJsonBasicAuthTest.php Modules to install.
WorkspaceJsonCookieTest class core/modules/workspaces/tests/src/Functional/Rest/WorkspaceJsonCookieTest.php Test workspace entities for JSON requests with cookie authentication.
WorkspaceJsonCookieTest.php file core/modules/workspaces/tests/src/Functional/Rest/WorkspaceJsonCookieTest.php
WorkspaceJsonCookieTest::$auth property core/modules/workspaces/tests/src/Functional/Rest/WorkspaceJsonCookieTest.php The authentication mechanism to use in this test.
WorkspaceJsonCookieTest::$defaultTheme property core/modules/workspaces/tests/src/Functional/Rest/WorkspaceJsonCookieTest.php The theme to install as the default for testing.
WorkspaceJsonCookieTest::$format property core/modules/workspaces/tests/src/Functional/Rest/WorkspaceJsonCookieTest.php The format to use in this test.
WorkspaceJsonCookieTest::$mimeType property core/modules/workspaces/tests/src/Functional/Rest/WorkspaceJsonCookieTest.php The MIME type that corresponds to $format.
WorkspaceListBuilder class core/modules/workspaces_ui/src/WorkspaceListBuilder.php Defines a class to build a listing of workspace entities.
WorkspaceListBuilder.php file core/modules/workspaces_ui/src/WorkspaceListBuilder.php
WorkspaceListBuilder::$renderer property core/modules/workspaces_ui/src/WorkspaceListBuilder.php The renderer service.
WorkspaceListBuilder::$workspaceManager property core/modules/workspaces_ui/src/WorkspaceListBuilder.php The workspace manager service.
WorkspaceListBuilder::$workspaceRepository property core/modules/workspaces_ui/src/WorkspaceListBuilder.php The workspace repository service.
WorkspaceListBuilder::buildHeader function core/modules/workspaces_ui/src/WorkspaceListBuilder.php Builds the header row for the entity listing.
WorkspaceListBuilder::buildRow function core/modules/workspaces_ui/src/WorkspaceListBuilder.php Builds a row for an entity in the entity listing.
WorkspaceListBuilder::createInstance function core/modules/workspaces_ui/src/WorkspaceListBuilder.php Instantiates a new instance of this entity handler.
WorkspaceListBuilder::getDefaultOperations function core/modules/workspaces_ui/src/WorkspaceListBuilder.php Gets this list's default operations.
WorkspaceListBuilder::getEntityListQuery function core/modules/workspaces_ui/src/WorkspaceListBuilder.php Returns a query object for loading entity IDs from the storage.
WorkspaceListBuilder::load function core/modules/workspaces_ui/src/WorkspaceListBuilder.php Loads entities of this type from storage for listing.
WorkspaceListBuilder::offCanvasRender function core/modules/workspaces_ui/src/WorkspaceListBuilder.php Renders the off canvas elements.
WorkspaceListBuilder::render function core/modules/workspaces_ui/src/WorkspaceListBuilder.php Builds the entity listing as renderable array for table.html.twig.
WorkspaceListBuilder::__construct function core/modules/workspaces_ui/src/WorkspaceListBuilder.php Constructs a new EntityListBuilder object.
WorkspaceManager class core/modules/workspaces/src/WorkspaceManager.php Provides the workspace manager.
WorkspaceManager.php file core/modules/workspaces/src/WorkspaceManager.php
WorkspaceManager::$activeWorkspace property core/modules/workspaces/src/WorkspaceManager.php The current active workspace.
WorkspaceManager::doSwitchWorkspace function core/modules/workspaces/src/WorkspaceManager.php Switches the current workspace.

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