function PostApplySubscriber::getSubscribedEvents
File
-
core/
modules/ package_manager/ tests/ fixtures/ build_test_projects/ updated_module/ 1.1.0/ src/ PostApplySubscriber.php, line 48
Class
- PostApplySubscriber
- Writes a file after staged changes are applied to the active directory.
Namespace
Drupal\updated_moduleCode
public static function getSubscribedEvents() : array {
return [
PostApplyEvent::class => 'postApply',
];
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.