Search for all
- Search 7.x for all
- Search 9.5.x for all
- Search 8.9.x for all
- Search 10.3.x for all
- Search 11.x for all
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| WorkspaceProviderBase::entityUpdate | function | core/ |
Acts after an entity has been updated. |
| WorkspaceProviderBase::__construct | function | core/ |
|
| 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 | class | core/ |
Default implementation of the workspace publisher. |
| WorkspacePublisher.php | file | core/ |
|
| WorkspacePublisher::checkConflictsOnTarget | function | core/ |
Checks if there are any conflicts between the source and the target. |
| 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. |
| WorkspacePublisher::getNumberOfChangesOnSource | function | core/ |
Gets the total number of items which have changed on the source. |
| WorkspacePublisher::getNumberOfChangesOnTarget | function | core/ |
Gets the total number of items which have changed on the target. |
| WorkspacePublisher::getSourceLabel | function | core/ |
Returns the human-readable label of the source. |
| WorkspacePublisher::getTargetLabel | function | core/ |
Returns the human-readable label of the target. |
| WorkspacePublisher::publish | function | core/ |
Publishes the contents of a workspace to the default (Live) workspace. |
| WorkspacePublisher::__construct | function | core/ |
|
| WorkspacePublisherInterface | interface | core/ |
Defines an interface for the workspace publisher. |
| WorkspacePublisherInterface.php | file | core/ |
|
| WorkspacePublisherInterface::publish | function | core/ |
Publishes the contents of a workspace to the default (Live) workspace. |
| WorkspacePublisherTest | class | core/ |
Tests workspace publishing. |
| WorkspacePublisherTest.php | file | core/ |
|
| WorkspacePublisherTest::$entityTypeManager | property | core/ |
The entity type manager. |
| WorkspacePublisherTest::$modules | property | core/ |
Modules to install. |
| WorkspacePublisherTest::$nodePresaveCount | property | core/ |
The number of times node_presave has fired since arming. |
| WorkspacePublisherTest::$throwOnNodePresaveClass | property | core/ |
The class to throw during node presave, or empty string to skip. |
| WorkspacePublisherTest::nodePresave | function | core/ |
Implements hook_ENTITY_TYPE_presave() for the 'node' entity type. |
| WorkspacePublisherTest::providerPublishThrowableRollback | function | core/ |
Data provider for ::testPublishThrowableRollback(). |
| WorkspacePublisherTest::register | function | core/ |
Registers test-specific services. |
| WorkspacePublisherTest::setUp | function | core/ |
|
| WorkspacePublisherTest::testPublishingChangedTime | function | core/ |
Tests that publishing a workspace updates the changed time of its entities. |
| WorkspacePublisherTest::testPublishThrowableRollback | function | core/ |
Tests that a throwable during publish is logged and rolls back the save. |
| WorkspacePublisherTest::testSubmitFormWithException | function | core/ |
Tests submit form with exception. |
| WorkspacePublishEvent | class | core/ |
Defines the workspace publish event. |
| WorkspacePublishEvent.php | file | core/ |
|
| WorkspacePublishEvent::$publishedRevisionIds | property | core/ |
The IDs of the entities that are being published. |
| WorkspacePublishEvent::$publishingStopped | property | core/ |
Whether an event subscriber requested the publishing to be stopped. |
Pagination
- Previous page
- Page 1856
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.