function 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\ScaffoldCode
public function postCmd(Event $event) {
  $this->handler()
    ->scaffold();
}Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.
