Skip to content
Snippets Groups Projects

Issue #3388540 by mably: Orphan Purger not triggered when deleting revisions

Issue #3388540 by mably: Orphan Purger not triggered when deleting revisions
3 open threads

Closes #3388540

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
3 namespace Drupal\entity_reference_revisions\Hook;
4
5 use Drupal\Core\Entity\EntityInterface;
6 use Drupal\Core\Entity\EntityTypeManagerInterface;
7 use Drupal\Core\Entity\FieldableEntityInterface;
8 use Drupal\Core\Field\FieldTypePluginManagerInterface;
9 use Drupal\Core\Hook\Attribute\Hook;
10 use Drupal\Core\Queue\QueueFactory;
11 use Drupal\entity_reference_revisions\Plugin\Field\FieldType\EntityReferenceRevisionsItem;
12
13 /**
14 * Hooks service for the entity_reference_revisions module.
15 */
16 class EntityReferenceRevisionsHooks {
17
18 public function __construct(
  • 1 <?php
    2
    3 namespace Drupal\entity_reference_revisions\Hook;
    4
    5 use Drupal\Core\Entity\EntityInterface;
    6 use Drupal\Core\Entity\EntityTypeManagerInterface;
    7 use Drupal\Core\Entity\FieldableEntityInterface;
    8 use Drupal\Core\Field\FieldTypePluginManagerInterface;
    9 use Drupal\Core\Hook\Attribute\Hook;
    10 use Drupal\Core\Queue\QueueFactory;
    11 use Drupal\entity_reference_revisions\Plugin\Field\FieldType\EntityReferenceRevisionsItem;
    12
    13 /**
    14 * Hooks service for the entity_reference_revisions module.
    15 */
    16 class EntityReferenceRevisionsHooks {
  • Frank Mably added 1 commit

    added 1 commit

    • cf3673c9 - Issue #3388540 by mably: Orphan Purger not triggered when deleting revisions

    Compare with previous version

  • 1 <?php
    2
    3 namespace Drupal\entity_reference_revisions\Hook;
    4
    5 use Drupal\Core\Entity\EntityInterface;
    6 use Drupal\Core\Entity\EntityTypeManagerInterface;
    7 use Drupal\Core\Entity\FieldableEntityInterface;
    8 use Drupal\Core\Field\FieldTypePluginManagerInterface;
    9 use Drupal\Core\Hook\Attribute\Hook;
    10 use Drupal\Core\Queue\QueueFactory;
    11 use Drupal\entity_reference_revisions\Plugin\Field\FieldType\EntityReferenceRevisionsItem;
    12
    13 /**
    14 * Entity hooks service for the entity_reference_revisions module.
    15 */
    16 class EntityHooks {
  • Frank Mably added 1 commit

    added 1 commit

    • be79740d - Issue #3388540 by mably: Orphan Purger not triggered when deleting revisions

    Compare with previous version

  • Please register or sign in to reply
    Loading