function MessagePlugin::getSubscribedEvents

Same name in other branches
  1. 8.9.x composer/Plugin/ProjectMessage/MessagePlugin.php \Drupal\Composer\Plugin\ProjectMessage\MessagePlugin::getSubscribedEvents()
  2. 10 composer/Plugin/ProjectMessage/MessagePlugin.php \Drupal\Composer\Plugin\ProjectMessage\MessagePlugin::getSubscribedEvents()
  3. 11.x composer/Plugin/ProjectMessage/MessagePlugin.php \Drupal\Composer\Plugin\ProjectMessage\MessagePlugin::getSubscribedEvents()

File

composer/Plugin/ProjectMessage/MessagePlugin.php, line 63

Class

MessagePlugin
A Composer plugin to display a message after creating a project.

Namespace

Drupal\Composer\Plugin\ProjectMessage

Code

public static function getSubscribedEvents() {
    return [
        ScriptEvents::POST_CREATE_PROJECT_CMD => 'displayPostCreateMessage',
        ScriptEvents::POST_INSTALL_CMD => 'displayPostCreateMessage',
    ];
}

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