DeleteAssets |
class |
modules/acquia_contenthub_subscriber/src/EventSubscriber/HandleWebhook/DeleteAssets.php |
Deletes assets based on a webhook. |
DeleteEntityTest |
class |
tests/src/Kernel/DeleteEntityTest.php |
Tests deletion of entities. |
DeleteAssets.php |
file |
modules/acquia_contenthub_subscriber/src/EventSubscriber/HandleWebhook/DeleteAssets.php |
|
DeleteAssetsTest |
class |
tests/src/Unit/EventSubscriber/HandleWebhook/DeleteAssetsTest.php |
Tests the DeleteAssets webhook event subscriber. |
DeleteAssetsTest.php |
file |
tests/src/Unit/EventSubscriber/HandleWebhook/DeleteAssetsTest.php |
|
DeleteEntityTest.php |
file |
tests/src/Kernel/DeleteEntityTest.php |
|
DeleteAssets::$config |
property |
modules/acquia_contenthub_subscriber/src/EventSubscriber/HandleWebhook/DeleteAssets.php |
Acquia ContentHub Admin Settings Config. |
ExportTest::testDelete |
function |
tests/src/Kernel/ExportTest.php |
Tests deleting content. |
DeleteAssets::$tracker |
property |
modules/acquia_contenthub_subscriber/src/EventSubscriber/HandleWebhook/DeleteAssets.php |
The subscription tracker. |
DeleteAssetsTest::$key |
property |
tests/src/Unit/EventSubscriber/HandleWebhook/DeleteAssetsTest.php |
The HMAC Key. |
ExportTest::deleteNodes |
function |
tests/src/Kernel/ExportTest.php |
Deletes nodes. |
DeleteEntityTest::$user |
property |
tests/src/Kernel/DeleteEntityTest.php |
The user object. |
DeleteEntityTest::setUp |
function |
tests/src/Kernel/DeleteEntityTest.php |
|
DeleteRemoteEntityEvent |
class |
src/Event/DeleteRemoteEntityEvent.php |
The event dispatched to inform of remote entity deletion. |
DeleteAssetsTest::setUp |
function |
tests/src/Unit/EventSubscriber/HandleWebhook/DeleteAssetsTest.php |
|
ClientDeleteConfirmForm |
class |
modules/acquia_contenthub_publisher/src/Form/Client/ClientDeleteConfirmForm.php |
Class ClientDeleteConfirmForm. |
PublisherTracker::delete |
function |
modules/acquia_contenthub_publisher/src/PublisherTracker.php |
Remove tracking for an entity. |
WebhookDeleteConfirmForm |
class |
modules/acquia_contenthub_publisher/src/Form/Webhook/WebhookDeleteConfirmForm.php |
Confirmation form for webhook deletion. |
SubscriberTracker::delete |
function |
modules/acquia_contenthub_subscriber/src/SubscriberTracker.php |
Delete an entry by its uuid. |
DeleteAssets::__construct |
function |
modules/acquia_contenthub_subscriber/src/EventSubscriber/HandleWebhook/DeleteAssets.php |
DeleteAssets constructor. |
DeleteEntityTest::$client |
property |
tests/src/Kernel/DeleteEntityTest.php |
The ContentHubClient Mock. |
DeleteAssetsTest::$entity |
property |
tests/src/Unit/EventSubscriber/HandleWebhook/DeleteAssetsTest.php |
A Drupal entity. |
CleanUpStubsEvent::$delete |
property |
src/Event/CleanUpStubsEvent.php |
By default, we do not delete the stubs. |
DeleteEntityTest::$modules |
property |
tests/src/Kernel/DeleteEntityTest.php |
Modules to enable. |
DeleteEntityTest::$factory |
property |
tests/src/Kernel/DeleteEntityTest.php |
The client factory mock. |
DeleteEntityTest::$tracker |
property |
tests/src/Kernel/DeleteEntityTest.php |
The publisher tracker. |
DeleteAssetsTest::$request |
property |
tests/src/Unit/EventSubscriber/HandleWebhook/DeleteAssetsTest.php |
The request object. |
DeleteAssetsTest::$tracker |
property |
tests/src/Unit/EventSubscriber/HandleWebhook/DeleteAssetsTest.php |
The SubscriberTracker. |
DeleteRemoteEntityEvent.php |
file |
src/Event/DeleteRemoteEntityEvent.php |
|
DeleteEntityTest::$settings |
property |
tests/src/Kernel/DeleteEntityTest.php |
The AcquiaContentHub Client Mock. |
ClientDeleteConfirmForm.php |
file |
modules/acquia_contenthub_publisher/src/Form/Client/ClientDeleteConfirmForm.php |
|
WebhookDeleteConfirmForm.php |
file |
modules/acquia_contenthub_publisher/src/Form/Webhook/WebhookDeleteConfirmForm.php |
|
ReExportTest::deleteQueueItem |
function |
modules/acquia_contenthub_publisher/tests/src/Kernel/EventSubscriber/HandleWebhook/ReExportTest.php |
Deletes Item from Queue and tracking table. |
CleanUpStubsEvent::deleteStub |
function |
src/Event/CleanUpStubsEvent.php |
Set the stub to be deleted. |
DeleteAssets::onHandleWebhook |
function |
modules/acquia_contenthub_subscriber/src/EventSubscriber/HandleWebhook/DeleteAssets.php |
Handles webhook events. |
DeleteAssets::isSupportedType |
function |
modules/acquia_contenthub_subscriber/src/EventSubscriber/HandleWebhook/DeleteAssets.php |
Determines if given entity type is supported. |
DeleteAssetsTest::CLIENT_UUID |
constant |
tests/src/Unit/EventSubscriber/HandleWebhook/DeleteAssetsTest.php |
|
DeleteAssetsTest::createEvent |
function |
tests/src/Unit/EventSubscriber/HandleWebhook/DeleteAssetsTest.php |
Creates a HandleWebhookEvent. |
DeleteRemoteEntityEvent::$uuid |
property |
src/Event/DeleteRemoteEntityEvent.php |
The uuid of the remote entity being deleted. |
DeleteAssetsTest::WEBHOOK_UUID |
constant |
tests/src/Unit/EventSubscriber/HandleWebhook/DeleteAssetsTest.php |
|
ClientDeleteConfirmForm::$uuid |
property |
modules/acquia_contenthub_publisher/src/Form/Client/ClientDeleteConfirmForm.php |
The UUID of an item (a webhook or a client) to delete. |
DeleteAssetsTest::triggerEvent |
function |
tests/src/Unit/EventSubscriber/HandleWebhook/DeleteAssetsTest.php |
Triggers the DeleteAssets subscriber. |
CleanUpStubsEvent::doDeleteStub |
function |
src/Event/CleanUpStubsEvent.php |
Get the delete status. |
WebhookDeleteConfirmForm::$uuid |
property |
modules/acquia_contenthub_publisher/src/Form/Webhook/WebhookDeleteConfirmForm.php |
The UUID of a webhook delete. |
PublisherTrackerTest::testDelete |
function |
tests/src/Kernel/PublisherTrackerTest.php |
Test case to delete the entity from tracking table. |
DeleteRemoteEntityEvent::getUuid |
function |
src/Event/DeleteRemoteEntityEvent.php |
Get the uuid of the deleted remote entity. |
WebhookDeleteConfirmForm::$event |
property |
modules/acquia_contenthub_publisher/src/Form/Webhook/WebhookDeleteConfirmForm.php |
The Acquia ContentHub Unregister event. |
acquia_contenthub_s3_file_delete |
function |
modules/acquia_contenthub_s3/acquia_contenthub_s3.module |
Implements hook_ENTITY_TYPE_delete(). |
WebhookDeleteConfirmForm::create |
function |
modules/acquia_contenthub_publisher/src/Form/Webhook/WebhookDeleteConfirmForm.php |
Instantiates a new instance of this class. |
DeleteAssetsTest::INITIATOR_UUID |
constant |
tests/src/Unit/EventSubscriber/HandleWebhook/DeleteAssetsTest.php |
|