Search for %s

  1. Search 7.x for %s
  2. Search 9.5.x for %s
  3. Search 8.9.x for %s
  4. Search 11.x for %s
  5. Search main for %s
  6. Other projects
Title Object type File name Summary
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::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::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::testPublishWorkspace function core/modules/workspaces/tests/src/Functional/WorkspaceTest.php Verifies that a workspace can be published.
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::ignoreEntityType function core/modules/workspaces/tests/src/Kernel/WorkspaceTestTrait.php Marks an entity type as ignored in a workspace.
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
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/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.

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