AuditPreEntityDeleteEvent |
class |
acquia_contenthub_audit/src/Event/AuditPreEntityDeleteEvent.php |
Event fired before deleting an entity. |
ContentHubFilterDeleteForm |
class |
acquia_contenthub_subscriber/src/Form/ContentHubFilterDeleteForm.php |
Builds the form to delete a ContentHubFilter. |
ContentLockPreEntityDelete |
class |
acquia_contenthub_audit/src/EventSubscriber/ContentLockPreEntityDelete.php |
Content lock that occurs pre-entity delete. |
AuditPreEntityDeleteEvent.php |
file |
acquia_contenthub_audit/src/Event/AuditPreEntityDeleteEvent.php |
|
SubscriberAudit::deleteEntity |
function |
acquia_contenthub_audit/src/SubscriberAudit.php |
Deletes a single entity. |
drush_acquia_contenthub_delete |
function |
./acquia_contenthub.drush.inc |
Deletes single entities from the Content Hub. |
ContentLockPreEntityDelete.php |
file |
acquia_contenthub_audit/src/EventSubscriber/ContentLockPreEntityDelete.php |
|
ContentHubFilterDeleteForm.php |
file |
acquia_contenthub_subscriber/src/Form/ContentHubFilterDeleteForm.php |
|
acquia_contenthub_entity_delete |
function |
./acquia_contenthub.module |
Implements hook_entity_delete(). |
SubscriberAudit::deleteEntities |
function |
acquia_contenthub_audit/src/SubscriberAudit.php |
Delete Entities. |
ContentHubFilterResource::delete |
function |
acquia_contenthub_subscriber/src/Plugin/rest/resource/ContentHubFilterResource.php |
Responds to DELETE requests. |
EntityManager::deleteRemoteEntity |
function |
src/EntityManager.php |
Delete an entity from Content Hub. |
ImportEntityManager::entityDelete |
function |
src/ImportEntityManager.php |
Act on the entity's delete action. |
AuditPreEntityDeleteEvent::$entity |
property |
acquia_contenthub_audit/src/Event/AuditPreEntityDeleteEvent.php |
The entity about to be deleted. |
ContentHubEntitiesTracking::delete |
function |
src/ContentHubEntitiesTracking.php |
Deletes the entry for this particular entity. |
AuditPreEntityDeleteEvent::getEntity |
function |
acquia_contenthub_audit/src/Event/AuditPreEntityDeleteEvent.php |
The entity to be deleted. |
SubscriberAudit::findEntitiesToDelete |
function |
acquia_contenthub_audit/src/SubscriberAudit.php |
Find entities to delete. |
SubscriberAudit::deleteTrackingEntity |
function |
acquia_contenthub_audit/src/SubscriberAudit.php |
Deletes an entity from the tracking table. |
ContentHubFilterDeleteForm::submitForm |
function |
acquia_contenthub_subscriber/src/Form/ContentHubFilterDeleteForm.php |
This is the default entity object builder function. It is called before any
other submit handler to build the new entity object to be used by the
following submit handlers. At this point of the form workflow the entity is
validated and the form state… |
AuditPreEntityDeleteEvent::__construct |
function |
acquia_contenthub_audit/src/Event/AuditPreEntityDeleteEvent.php |
AuditPreEntityDeleteEvent constructor. |
ContentHubFilterDeleteForm::getQuestion |
function |
acquia_contenthub_subscriber/src/Form/ContentHubFilterDeleteForm.php |
Returns the question to ask the user. |
ContentLockPreEntityDelete::__construct |
function |
acquia_contenthub_audit/src/EventSubscriber/ContentLockPreEntityDelete.php |
ContentLockPreEntityDelete constructor. |
ContentHubFilterDeleteForm::getCancelUrl |
function |
acquia_contenthub_subscriber/src/Form/ContentHubFilterDeleteForm.php |
Returns the route to go to if the user cancels the action. |
ContentLockPreEntityDelete::$contentLock |
property |
acquia_contenthub_audit/src/EventSubscriber/ContentLockPreEntityDelete.php |
The Content Lock Service. |
ContentHubFiltersTest::deleteHttpRequest |
function |
acquia_contenthub_subscriber/tests/src/Functional/ContentHubFiltersTest.php |
Performs a DELETE request on the filters endpoint. |
AcquiaContenthubCommands::contenthubDelete |
function |
src/Commands/AcquiaContenthubCommands.php |
Deletes a single entity from the Content Hub. |
ContentHubFilterDeleteForm::getConfirmText |
function |
acquia_contenthub_subscriber/src/Form/ContentHubFilterDeleteForm.php |
Returns a caption for the button that confirms the action. |
ContentLockPreEntityDelete::onPreEntityDelete |
function |
acquia_contenthub_audit/src/EventSubscriber/ContentLockPreEntityDelete.php |
Deletes content locks on a particular entity. |
AcquiaContentHubAuditEvents::PRE_ENTITY_DELETE |
constant |
acquia_contenthub_audit/src/AcquiaContentHubAuditEvents.php |
The event fired to perform operations before deleting an entity. |
ContentLockPreEntityDelete::getSubscribedEvents |
function |
acquia_contenthub_audit/src/EventSubscriber/ContentLockPreEntityDelete.php |
Returns an array of event names this subscriber wants to listen to. |
ContentHubEntitiesTracking::deleteExportedEntities |
function |
src/ContentHubEntitiesTracking.php |
Deletes all or a given set of exported entities from the tracking table. |
acquia_contenthub_audit.pre_entity_delete.content_lock |
service |
acquia_contenthub_audit/acquia_contenthub_audit.services.yml |
Drupal\acquia_contenthub_audit\EventSubscriber\ContentLockPreEntityDelete |