You are here

public function Plugin::postCmd in Drupal 9

Same name and namespace in other branches
  1. 8 composer/Plugin/Scaffold/Plugin.php \Drupal\Composer\Plugin\Scaffold\Plugin::postCmd()

Post command event callback.

Parameters

\Composer\Script\Event $event: The Composer event.

File

composer/Plugin/Scaffold/Plugin.php, line 101

Class

Plugin
Composer plugin for handling drupal scaffold.

Namespace

Drupal\Composer\Plugin\Scaffold

Code

public function postCmd(Event $event) {
  $this
    ->handler()
    ->scaffold();
}