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
WorkspaceTest::$defaultTheme property core/modules/jsonapi/tests/src/Functional/WorkspaceTest.php The theme to install as the default for testing.
WorkspaceTest::$defaultTheme property core/modules/toolbar/tests/src/FunctionalJavascript/workspaces/WorkspaceTest.php The theme to install as the default for testing.
WorkspaceTest::$editor1 property core/modules/toolbar/tests/src/FunctionalJavascript/workspaces/WorkspaceTest.php A test user.
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::$editor2 property core/modules/toolbar/tests/src/FunctionalJavascript/workspaces/WorkspaceTest.php A test user.
WorkspaceTest::$entity property core/modules/jsonapi/tests/src/Functional/WorkspaceTest.php
WorkspaceTest::$entityTypeId property core/modules/jsonapi/tests/src/Functional/WorkspaceTest.php The tested entity type.
WorkspaceTest::$firstCreatedEntityId property core/modules/jsonapi/tests/src/Functional/WorkspaceTest.php The entity ID for the first created entity in testPost().
WorkspaceTest::$modules property core/modules/jsonapi/tests/src/Functional/WorkspaceTest.php Modules to install.
WorkspaceTest::$modules property core/modules/workspaces/tests/src/Functional/WorkspaceTest.php Modules to install.
WorkspaceTest::$modules property core/modules/toolbar/tests/src/FunctionalJavascript/workspaces/WorkspaceTest.php Modules to install.
WorkspaceTest::$patchProtectedFieldNames property core/modules/jsonapi/tests/src/Functional/WorkspaceTest.php The fields that are protected against modification during PATCH requests.
WorkspaceTest::$resourceTypeIsVersionable property core/modules/jsonapi/tests/src/Functional/WorkspaceTest.php Whether the tested JSON:API resource is versionable.
WorkspaceTest::$resourceTypeName property core/modules/jsonapi/tests/src/Functional/WorkspaceTest.php The name of the tested JSON:API resource type.
WorkspaceTest::$secondCreatedEntityId property core/modules/jsonapi/tests/src/Functional/WorkspaceTest.php The entity ID for the second created entity in testPost().
WorkspaceTest::$uniqueFieldNames property core/modules/jsonapi/tests/src/Functional/WorkspaceTest.php Fields that need unique values.
WorkspaceTest::createEntity function core/modules/jsonapi/tests/src/Functional/WorkspaceTest.php Creates the entity to be tested.
WorkspaceTest::doTestSpecialCharacters function core/modules/workspaces/tests/src/Functional/WorkspaceTest.php Tests creating a workspace with special characters.
WorkspaceTest::doTestWorkspaceFormRevisions function core/modules/workspaces/tests/src/Functional/WorkspaceTest.php Tests that editing a workspace creates a new revision.
WorkspaceTest::doTestWorkspaceOwner function core/modules/workspaces/tests/src/Functional/WorkspaceTest.php Tests changing the owner of a workspace.
WorkspaceTest::getExpectedDocument function core/modules/jsonapi/tests/src/Functional/WorkspaceTest.php Returns the expected JSON:API document for the entity.
WorkspaceTest::getExpectedUnauthorizedAccessCacheability function core/modules/jsonapi/tests/src/Functional/WorkspaceTest.php Returns the expected cacheability for an unauthorized response.
WorkspaceTest::getExpectedUnauthorizedAccessMessage function core/modules/jsonapi/tests/src/Functional/WorkspaceTest.php Return the expected error message.
WorkspaceTest::getModifiedEntityForPostTesting function core/modules/jsonapi/tests/src/Functional/WorkspaceTest.php Gets the normalized POST entity with random values for its unique fields.
WorkspaceTest::getPatchDocument function core/modules/jsonapi/tests/src/Functional/WorkspaceTest.php Returns the JSON:API PATCH document.
WorkspaceTest::getPostDocument function core/modules/jsonapi/tests/src/Functional/WorkspaceTest.php Returns the JSON:API POST document.
WorkspaceTest::getSparseFieldSets function core/modules/jsonapi/tests/src/Functional/WorkspaceTest.php Returns an array of sparse fields sets to test.
WorkspaceTest::setUp function core/modules/workspaces/tests/src/Functional/WorkspaceTest.php
WorkspaceTest::setUp function core/modules/toolbar/tests/src/FunctionalJavascript/workspaces/WorkspaceTest.php
WorkspaceTest::setUpAuthorization function core/modules/jsonapi/tests/src/Functional/WorkspaceTest.php Sets up the necessary authorization.
WorkspaceTest::testDeleteWorkspaceWithExistingContent function core/modules/workspaces/tests/src/Functional/WorkspaceTest.php Verifies that a workspace with existing content may be deleted.
WorkspaceTest::testNodeCreation function core/modules/workspaces/tests/src/Functional/WorkspaceTest.php Tests that nodes created inside a workspace are assigned to the workspace.
WorkspaceTest::testPublishWorkspace function core/modules/workspaces/tests/src/Functional/WorkspaceTest.php Verifies that a workspace can be published.
WorkspaceTest::testSpecialCharacters function core/modules/toolbar/tests/src/FunctionalJavascript/workspaces/WorkspaceTest.php Tests creating a workspace with special characters.
WorkspaceTest::testToolbarSwitcherDynamicPageCache function core/modules/toolbar/tests/src/FunctionalJavascript/workspaces/WorkspaceTest.php Tests that the toolbar workspace switcher doesn't disable the page cache.
WorkspaceTest::testWorkspaceFieldUi function core/modules/workspaces/tests/src/Functional/WorkspaceTest.php Tests adding new fields to workspace entities.
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::testWorkspaces function core/modules/workspaces/tests/src/Functional/WorkspaceTest.php Test workspace functionality.
WorkspaceTest::testWorkspaceToolbar function core/modules/toolbar/tests/src/FunctionalJavascript/workspaces/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::createEntity function core/modules/workspaces/tests/src/Kernel/WorkspaceTestTrait.php Creates an entity.
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::ignoreEntityType function core/modules/workspaces/tests/src/Kernel/WorkspaceTestTrait.php Marks an entity type as ignored in a workspace.

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