Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. PostApplyEvent.php

class PostApplyEvent

Event fired after staged changes are synced to the active directory.

Hierarchy

  • class \Symfony\Contracts\EventDispatcher\Event implements \Psr\EventDispatcher\StoppableEventInterface
    • class \Drupal\package_manager\Event\StageEvent extends \Symfony\Contracts\EventDispatcher\Event
      • class \Drupal\package_manager\Event\PostApplyEvent extends \Drupal\package_manager\Event\StageEvent

Expanded class hierarchy of PostApplyEvent

4 files declare their use of PostApplyEvent
ChangeLogger.php in core/modules/package_manager/src/EventSubscriber/ChangeLogger.php
LockFileValidator.php in core/modules/package_manager/src/Validator/LockFileValidator.php
StageBase.php in core/modules/package_manager/src/StageBase.php
UpdateDataSubscriber.php in core/modules/package_manager/src/EventSubscriber/UpdateDataSubscriber.php

File

core/modules/package_manager/src/Event/PostApplyEvent.php, line 10

Namespace

Drupal\package_manager\Event
View source
final class PostApplyEvent extends StageEvent {

}
RSS feed
Powered by Drupal