Search for Id
| Title | Object type | File name | Summary |
|---|---|---|---|
| WorkspaceProviderCollector | class | core/ |
Defines the workspace provider collector. |
| WorkspaceProviderCollector.php | file | core/ |
|
| WorkspaceProviderCollector::getProvider | function | core/ |
Gets the workspace provider for the given ID. |
| WorkspaceProviderCollector::__construct | function | core/ |
|
| WorkspaceProviderInterface | interface | core/ |
Provides the interface for workspace providers. |
| WorkspaceProviderInterface.php | file | core/ |
|
| WorkspaceProviderInterface::checkAccess | function | core/ |
Checks access for a given workspace. |
| WorkspaceProviderInterface::entityCreate | function | core/ |
Acts before an entity is created. |
| WorkspaceProviderInterface::entityDelete | function | core/ |
Acts after an entity has been deleted. |
| WorkspaceProviderInterface::entityInsert | function | core/ |
Acts after an entity has been added. |
| WorkspaceProviderInterface::entityPredelete | function | core/ |
Acts before an entity is deleted. |
| WorkspaceProviderInterface::entityPreload | function | core/ |
Acts before an entity is loaded. |
| WorkspaceProviderInterface::entityPresave | function | core/ |
Acts before an entity is saved. |
| WorkspaceProviderInterface::entityRevisionDelete | function | core/ |
Acts after an entity revision has been deleted. |
| WorkspaceProviderInterface::entityTranslationInsert | function | core/ |
Acts after an entity translation has been added. |
| WorkspaceProviderInterface::entityUpdate | function | core/ |
Acts after an entity has been updated. |
| WorkspaceProviderInterface::getId | function | core/ |
Gets the ID of the workspace provider. |
| WorkspacePublisher::getDifferringRevisionIdsOnSource | function | core/ |
Gets the revision identifiers for items which have changed on the source. |
| WorkspacePublisher::getDifferringRevisionIdsOnTarget | function | core/ |
Gets the revision identifiers for items which have changed on the target. |
| WorkspacePublishEvent::$publishedRevisionIds | property | core/ |
The IDs of the entities that are being published. |
| WorkspacePublishEvent::getPublishedRevisionIds | function | core/ |
Gets the entity IDs that are being published as part of the workspace. |
| WorkspacePublishForm::getFormId | function | core/ |
Returns a unique string identifying the form. |
| WorkspaceQueryParameterNegotiatorTest::providerTestWorkspaceQueryParameter | function | core/ |
Data provider for testWorkspaceQueryParameter. |
| WorkspaceRequestSubscriberTest::testOnKernelRequestWithCacheableRouteProvider | function | core/ |
Tests on kernel request with cacheable route provider. |
| WorkspaceRequestSubscriberTest::testOnKernelRequestWithoutCacheableRouteProvider | function | core/ |
Tests on kernel request without cacheable route provider. |
| WorkspaceResourceTestBase::$entityTypeId | property | core/ |
The tested entity type. |
| WorkspaceResourceTestBase::$firstCreatedEntityId | property | core/ |
The entity ID for the first created entity in testPost(). |
| WorkspaceResourceTestBase::$secondCreatedEntityId | property | core/ |
The entity ID for the second created entity in testPost(). |
| WorkspacesContentModerationStateTest::$revEntityTypeId | property | core/ |
The ID of the revisionable entity type used in the tests. |
| WorkspacesEntityRepository::loadEntityByUuid | function | core/ |
Loads an entity by UUID. |
| WorkspacesServiceProvider | class | core/ |
Defines a service provider for the Workspaces module. |
| WorkspacesServiceProvider.php | file | core/ |
|
| WorkspacesServiceProvider::alter | function | core/ |
Modifies existing service definitions. |
| WorkspacesServiceProvider::register | function | core/ |
Registers services to the container. |
| WorkspaceSwitcherForm::getFormId | function | core/ |
Returns a unique string identifying the form. |
| WorkspaceSwitcherTest::testSwitcherFormFiltersByProvider | function | core/ |
Tests workspaces with non-default providers in the switcher form. |
| WorkspaceTest::$entityTypeId | property | core/ |
The tested entity type. |
| WorkspaceTest::$firstCreatedEntityId | property | core/ |
The entity ID for the first created entity in testPost(). |
| WorkspaceTest::$secondCreatedEntityId | property | core/ |
The entity ID for the second created entity in testPost(). |
| WorkspaceTracker::getEntityTrackingWorkspaceIds | function | core/ |
|
| WorkspaceTracker::getIdField | function | core/ |
Determines the target ID field name for an entity type. |
| WorkspaceTrackerInterface::getEntityTrackingWorkspaceIds | function | core/ |
Gets a list of workspace IDs in which an entity is tracked. |
| WorkspaceTrackerTest::getEntityTypeIds | function | core/ |
The data provider for ::testWorkspaceAssociation(). |
| WorkspaceTrackerTest::providerMoveTrackedEntitiesValidation | function | core/ |
Data provider for testMoveTrackedEntitiesValidation(). |
| WorkspaceTrackerTest::testMoveTrackedEntitiesValidation | function | core/ |
Tests validation for moveTrackedEntities(). |
| WritableFileSystemValidator | class | core/ |
Checks that the file system is writable. |
| WritableFileSystemValidator.php | file | core/ |
|
| WritableFileSystemValidator::validate | function | core/ |
Checks that the file system is writable. |
| WritableFileSystemValidator::__construct | function | core/ |
|
| WritableFileSystemValidatorTest | class | core/ |
Unit tests the file system permissions validator. |
Pagination
- Previous page
- Page 198
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.