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
WorkspaceAccessTest::setUp function core/modules/workspaces/tests/src/Kernel/WorkspaceAccessTest.php
WorkspaceAccessTest::testPublishWorkspaceAccess function core/modules/workspaces/tests/src/Kernel/WorkspaceAccessTest.php Tests workspace publishing access.
WorkspaceAccessTest::testWorkspaceAccess function core/modules/workspaces/tests/src/Kernel/WorkspaceAccessTest.php Verifies all workspace roles have the correct access for the operation.
WorkspaceAccessTest::testWorkspaceSelection function core/modules/workspaces/tests/src/Kernel/WorkspaceAccessTest.php Tests workspace selection.
WorkspaceAccessTest::testWorkspaceSelectionFiltersByProvider function core/modules/workspaces/tests/src/Kernel/WorkspaceAccessTest.php Tests that workspaces with non-default providers are not referenceable.
WorkspaceAccessTest::testWorkspaceSwitcherBlock function core/modules/workspaces/tests/src/Kernel/WorkspaceAccessTest.php Tests workspace switcher block.
WorkspaceAccessTest::workspaceAccess function core/modules/workspaces/tests/src/Kernel/WorkspaceAccessTest.php Implements hook_ENTITY_TYPE_access() for the 'workspace' entity type.
WorkspaceAccessTestHooks class core/modules/workspaces/tests/modules/workspace_access_test/src/Hook/WorkspaceAccessTestHooks.php Hook implementations for workspace_access_test.
WorkspaceAccessTestHooks.php file core/modules/workspaces/tests/modules/workspace_access_test/src/Hook/WorkspaceAccessTestHooks.php
WorkspaceAccessTestHooks::workspaceAccess function core/modules/workspaces/tests/modules/workspace_access_test/src/Hook/WorkspaceAccessTestHooks.php Implements hook_ENTITY_TYPE_access() for the 'workspace' entity type.
WorkspaceActivateForm class core/modules/workspaces_ui/src/Form/WorkspaceActivateForm.php Handle activation of a workspace on administrative pages.
WorkspaceActivateForm.php file core/modules/workspaces_ui/src/Form/WorkspaceActivateForm.php
WorkspaceActivateForm::$entity property core/modules/workspaces_ui/src/Form/WorkspaceActivateForm.php The workspace entity.
WorkspaceActivateForm::$messenger property core/modules/workspaces_ui/src/Form/WorkspaceActivateForm.php The messenger service.
WorkspaceActivateForm::$workspaceManager property core/modules/workspaces_ui/src/Form/WorkspaceActivateForm.php The workspace replication manager.
WorkspaceActivateForm::actions function core/modules/workspaces_ui/src/Form/WorkspaceActivateForm.php Returns an array of supported actions for the current entity form.
WorkspaceActivateForm::buildForm function core/modules/workspaces_ui/src/Form/WorkspaceActivateForm.php Form constructor.
WorkspaceActivateForm::checkAccess function core/modules/workspaces_ui/src/Form/WorkspaceActivateForm.php Checks access for the workspace activate form.
WorkspaceActivateForm::create function core/modules/workspaces_ui/src/Form/WorkspaceActivateForm.php Instantiates a new instance of the implementing class using autowiring.
WorkspaceActivateForm::getCancelUrl function core/modules/workspaces_ui/src/Form/WorkspaceActivateForm.php Returns the route to go to if the user cancels the action.
WorkspaceActivateForm::getDescription function core/modules/workspaces_ui/src/Form/WorkspaceActivateForm.php Returns additional text to display as a description.
WorkspaceActivateForm::getQuestion function core/modules/workspaces_ui/src/Form/WorkspaceActivateForm.php Returns the question to ask the user.
WorkspaceActivateForm::submitForm function core/modules/workspaces_ui/src/Form/WorkspaceActivateForm.php This is the default entity object builder function. It is called before any
other submit handler to build the new entity object to be used by the
following submit handlers. At this point of the form workflow the entity is
validated and the form state…
WorkspaceActivateForm::__construct function core/modules/workspaces_ui/src/Form/WorkspaceActivateForm.php Constructs a new WorkspaceActivateForm.
WorkspaceAssociationRevisionTableUpdateTest class core/modules/workspaces/tests/src/Functional/Update/WorkspaceAssociationRevisionTableUpdateTest.php Tests the upgrade path for the workspace_association_revision table.
WorkspaceAssociationRevisionTableUpdateTest.php file core/modules/workspaces/tests/src/Functional/Update/WorkspaceAssociationRevisionTableUpdateTest.php
WorkspaceAssociationRevisionTableUpdateTest::getOldAssociatedInitialRevisions function core/modules/workspaces/tests/src/Functional/Update/WorkspaceAssociationRevisionTableUpdateTest.php Replicates the old getAssociatedInitialRevisions logic from 11.x.
WorkspaceAssociationRevisionTableUpdateTest::getOldAssociatedRevisions function core/modules/workspaces/tests/src/Functional/Update/WorkspaceAssociationRevisionTableUpdateTest.php Replicates the old getAssociatedRevisions logic from 11.x.
WorkspaceAssociationRevisionTableUpdateTest::setDatabaseDumpFiles function core/modules/workspaces/tests/src/Functional/Update/WorkspaceAssociationRevisionTableUpdateTest.php Set database dump files to be used.
WorkspaceAssociationRevisionTableUpdateTest::testWorkspaceAssociationRevisionTableUpdate function core/modules/workspaces/tests/src/Functional/Update/WorkspaceAssociationRevisionTableUpdateTest.php Tests that the workspace_association_revision table is created and populated.
WorkspaceAssociationStringIdsUpdatePathTest class core/modules/workspaces/tests/src/Functional/Update/WorkspaceAssociationStringIdsUpdatePathTest.php Tests the update path for string IDs in workspace_association.
WorkspaceAssociationStringIdsUpdatePathTest.php file core/modules/workspaces/tests/src/Functional/Update/WorkspaceAssociationStringIdsUpdatePathTest.php
WorkspaceAssociationStringIdsUpdatePathTest::setDatabaseDumpFiles function core/modules/workspaces/tests/src/Functional/Update/WorkspaceAssociationStringIdsUpdatePathTest.php Set database dump files to be used.
WorkspaceAssociationStringIdsUpdatePathTest::testRunUpdates function core/modules/workspaces/tests/src/Functional/Update/WorkspaceAssociationStringIdsUpdatePathTest.php Tests the update path for string IDs in workspace_association.
WorkspaceBypassTest class core/modules/workspaces/tests/src/Functional/WorkspaceBypassTest.php Tests access bypass permission controls on workspaces.
WorkspaceBypassTest.php file core/modules/workspaces/tests/src/Functional/WorkspaceBypassTest.php
WorkspaceBypassTest::$defaultTheme property core/modules/workspaces/tests/src/Functional/WorkspaceBypassTest.php The theme to install as the default for testing.
WorkspaceBypassTest::$modules property core/modules/workspaces/tests/src/Functional/WorkspaceBypassTest.php Modules to install.
WorkspaceBypassTest::testBypassOwnWorkspace function core/modules/workspaces/tests/src/Functional/WorkspaceBypassTest.php Verifies that a user can edit anything in a workspace they own.
WorkspaceCacheContext class core/modules/workspaces/src/WorkspaceCacheContext.php Defines the WorkspaceCacheContext service, for "per workspace" caching.
WorkspaceCacheContext.php file core/modules/workspaces/src/WorkspaceCacheContext.php
WorkspaceCacheContext::$workspaceManager property core/modules/workspaces/src/WorkspaceCacheContext.php The workspace manager.
WorkspaceCacheContext::getCacheableMetadata function core/modules/workspaces/src/WorkspaceCacheContext.php Gets the cacheability metadata for the context.
WorkspaceCacheContext::getContext function core/modules/workspaces/src/WorkspaceCacheContext.php Returns the string representation of the cache context.
WorkspaceCacheContext::getLabel function core/modules/workspaces/src/WorkspaceCacheContext.php Returns the label of the cache context.
WorkspaceCacheContext::__construct function core/modules/workspaces/src/WorkspaceCacheContext.php Constructs a new WorkspaceCacheContext service.
WorkspaceCacheContextTest class core/modules/workspaces/tests/src/Functional/WorkspaceCacheContextTest.php Tests the workspace cache context.
WorkspaceCacheContextTest.php file core/modules/workspaces/tests/src/Functional/WorkspaceCacheContextTest.php
WorkspaceCacheContextTest::$defaultTheme property core/modules/workspaces/tests/src/Functional/WorkspaceCacheContextTest.php The theme to install as the default for testing.
WorkspaceCacheContextTest::$modules property core/modules/workspaces/tests/src/Functional/WorkspaceCacheContextTest.php Modules to install.

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