PostApplyEvent.php
Same filename and directory in other branches
Namespace
Drupal\package_manager\EventFile
-
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 SandboxEvent {
}
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.