Search for %s
- Search 7.x for %s
- Search 9.5.x for %s
- Search 10.3.x for %s
- Search 11.x for %s
- Search main for %s
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| WorkspacePublisherInterface::publish | function | core/ |
Publishes the contents of a workspace to the default (Live) workspace. |
| WorkspaceRepository | class | core/ |
Provides the default workspace tree lookup operations. |
| WorkspaceRepository.php | file | core/ |
|
| WorkspaceRepository::$cache | property | core/ |
The cache backend used to store the workspace tree. |
| WorkspaceRepository::$entityTypeManager | property | core/ |
The entity type manager service. |
| WorkspaceRepository::$tree | property | core/ |
An array of tree items, keyed by workspace IDs and sorted in tree order. |
| WorkspaceRepository::getDescendantsAndSelf | function | core/ |
Returns the descendant IDs of the passed-in workspace, including itself. |
| WorkspaceRepository::loadTree | function | core/ |
Returns an array of workspaces tree item properties, sorted in tree order. |
| WorkspaceRepository::resetCache | function | core/ |
Resets the cached workspace tree. |
| WorkspaceRepository::__construct | function | core/ |
Constructs a new WorkspaceRepository instance. |
| WorkspaceRepositoryInterface | interface | core/ |
Provides an interface for workspace tree lookup operations. |
| WorkspaceRepositoryInterface.php | file | core/ |
|
| WorkspaceRepositoryInterface::getDescendantsAndSelf | function | core/ |
Returns the descendant IDs of the passed-in workspace, including itself. |
| WorkspaceRepositoryInterface::loadTree | function | core/ |
Returns an array of workspaces tree item properties, sorted in tree order. |
| WorkspaceRepositoryInterface::resetCache | function | core/ |
Resets the cached workspace tree. |
| WorkspaceRequestSubscriber | class | core/ |
Provides a event subscriber for setting workspace-specific cache keys. |
| WorkspaceRequestSubscriber.php | file | core/ |
|
| WorkspaceRequestSubscriber::$aliasManager | property | core/ |
The alias manager that caches alias lookups based on the request. |
| WorkspaceRequestSubscriber::$currentPath | property | core/ |
The current path. |
| WorkspaceRequestSubscriber::$routeProvider | property | core/ |
The route provider to load routes by name. |
| WorkspaceRequestSubscriber::$workspaceManager | property | core/ |
The workspace manager. |
| WorkspaceRequestSubscriber::getSubscribedEvents | function | core/ |
|
| WorkspaceRequestSubscriber::onKernelController | function | core/ |
Sets the cache key on the alias manager cache decorator. |
| WorkspaceRequestSubscriber::onKernelRequest | function | core/ |
Adds the active workspace as a cache key part to the route provider. |
| WorkspaceRequestSubscriber::__construct | function | core/ |
Constructs a new WorkspaceRequestSubscriber instance. |
| WorkspaceRequestSubscriberTest | class | core/ |
@coversDefaultClass \Drupal\workspaces\EventSubscriber\WorkspaceRequestSubscriber[[api-linebreak]] |
| WorkspaceRequestSubscriberTest.php | file | core/ |
|
| WorkspaceRequestSubscriberTest::$aliasManager | property | core/ |
|
| WorkspaceRequestSubscriberTest::$currentPath | property | core/ |
|
| WorkspaceRequestSubscriberTest::$workspaceManager | property | core/ |
|
| WorkspaceRequestSubscriberTest::setUp | function | core/ |
|
| WorkspaceRequestSubscriberTest::testOnKernelRequestWithCacheableRouteProvider | function | core/ |
@covers ::onKernelRequest[[api-linebreak]] |
| WorkspaceRequestSubscriberTest::testOnKernelRequestWithoutCacheableRouteProvider | function | core/ |
@covers ::onKernelRequest[[api-linebreak]] |
| WorkspaceResourceTestBase | class | core/ |
Base class for workspace EntityResource tests. |
| WorkspaceResourceTestBase.php | file | core/ |
|
| WorkspaceResourceTestBase::$entityTypeId | property | core/ |
The tested entity type. |
| WorkspaceResourceTestBase::$firstCreatedEntityId | property | core/ |
The entity ID for the first created entity in testPost(). |
| WorkspaceResourceTestBase::$modules | property | core/ |
Modules to install. |
| WorkspaceResourceTestBase::$patchProtectedFieldNames | property | core/ |
The fields that are protected against modification during PATCH requests. |
| WorkspaceResourceTestBase::$secondCreatedEntityId | property | core/ |
The entity ID for the second created entity in testPost(). |
| WorkspaceResourceTestBase::createAnotherEntity | function | core/ |
Creates another entity to be tested. |
| WorkspaceResourceTestBase::createEntity | function | core/ |
Creates the entity to be tested. |
| WorkspaceResourceTestBase::getExpectedNormalizedEntity | function | core/ |
Returns the expected normalization of the entity. |
| WorkspaceResourceTestBase::getExpectedUnauthorizedAccessMessage | function | core/ |
Return the expected error message. |
| WorkspaceResourceTestBase::getNormalizedPatchEntity | function | core/ |
Returns the normalized PATCH entity. |
| WorkspaceResourceTestBase::getNormalizedPostEntity | function | core/ |
Returns the normalized POST entity. |
| WorkspaceResourceTestBase::getSecondNormalizedPostEntity | function | core/ |
Gets the second normalized POST entity. |
| WorkspaceResourceTestBase::setUpAuthorization | function | core/ |
Sets up the necessary authorization. |
| WorkspaceRevisionMetadataFieldTest | class | core/ |
Tests the addition of the revision metadata key. |
| WorkspaceRevisionMetadataFieldTest.php | file | core/ |
Pagination
- Previous page
- Page 1416
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.