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.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.