Search for %s
- Search 7.x for %s
- Search 9.5.x for %s
- Search 8.9.x for %s
- Search 11.x for %s
- Search main for %s
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| WorkspacePublishForm::getQuestion | function | core/ |
Returns the question to ask the user. |
| WorkspacePublishForm::submitForm | function | core/ |
Form submission handler. |
| WorkspacePublishForm::__construct | function | core/ |
Constructs a new WorkspacePublishForm. |
| WorkspacePublishFormTest | class | core/ |
@coversDefaultClass \Drupal\workspaces\Form\WorkspacePublishForm[[api-linebreak]] @group workspaces |
| WorkspacePublishFormTest.php | file | core/ |
|
| WorkspacePublishFormTest::testSubmitFormWithException | function | core/ |
@covers ::submitForm[[api-linebreak]] |
| WorkspaceQueryParameterNegotiatorTest | class | core/ |
Tests the query parameter workspace negotiator. |
| WorkspaceQueryParameterNegotiatorTest.php | file | core/ |
|
| WorkspaceQueryParameterNegotiatorTest::$modules | property | core/ |
Modules to install. |
| WorkspaceQueryParameterNegotiatorTest::providerTestWorkspaceQueryParameter | function | core/ |
Data provider for testWorkspaceQueryParameter. |
| WorkspaceQueryParameterNegotiatorTest::setUp | function | core/ |
|
| WorkspaceQueryParameterNegotiatorTest::testWorkspaceQueryParameter | function | core/ |
@covers ::getActiveWorkspaceId[[api-linebreak]] @dataProvider providerTestWorkspaceQueryParameter |
| 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::getSubscribedEvents | function | core/ |
|
| WorkspaceRequestSubscriber::onKernelRequest | function | core/ |
Adds the active workspace as a cache key part to the route provider. |
| WorkspaceRequestSubscriber::__construct | function | core/ |
|
| WorkspaceRequestSubscriberTest | class | core/ |
@coversDefaultClass \Drupal\workspaces\EventSubscriber\WorkspaceRequestSubscriber[[api-linebreak]] |
| WorkspaceRequestSubscriberTest.php | file | 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::$uniqueFieldNames | property | core/ |
A list of fields that need a unique value. |
| 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::getModifiedEntityForPostTesting | function | core/ |
Gets the normalized POST entity with random values for its unique fields. |
Pagination
- Previous page
- Page 1498
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.