PostCreateEvent.php

Namespace

Drupal\package_manager\Event

File

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

View source
<?php

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


/**
 * Event fired after a stage directory has been created.
 */
final class PostCreateEvent extends StageEvent {

}

Classes

Title Deprecated Summary
PostCreateEvent Event fired after a stage directory has been created.

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