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

Breadcrumb

  1. Drupal Core 11.1.x

PostApplyEvent.php

Namespace

Drupal\package_manager\Event

File

core/modules/package_manager/src/Event/PostApplyEvent.php

View source
<?php

declare (strict_types=1);
namespace Drupal\package_manager\Event;


/**
 * Event fired after staged changes are synced to the active directory.
 */
final class PostApplyEvent extends StageEvent {

}

Classes

Title Deprecated Summary
PostApplyEvent Event fired after staged changes are synced to the active directory.
RSS feed
Powered by Drupal