Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. ComposerScaffoldCommand.php

function ComposerScaffoldCommand::execute

Overrides Command::execute

File

composer/Plugin/Scaffold/ComposerScaffoldCommand.php, line 50

Class

ComposerScaffoldCommand
The "drupal:scaffold" command class.

Namespace

Drupal\Composer\Plugin\Scaffold

Code

protected function execute(InputInterface $input, OutputInterface $output) : int {
    $handler = new Handler($this->requireComposer(), $this->getIO());
    $handler->scaffold();
    return 0;
}
RSS feed
Powered by Drupal