class ComposerScaffoldCommand extends BaseCommand (View source)

internal  
 

The "drupal:scaffold" command class.

Manually run the scaffold operation that normally happens after 'composer install'.

Methods

configure()

{@inheritdoc}

int
execute(InputInterface $input, OutputInterface $output)

{@inheritdoc}

Details

protected configure()

{@inheritdoc}

protected int execute(InputInterface $input, OutputInterface $output)

{@inheritdoc}

Parameters

InputInterface $input
OutputInterface $output

Return Value

int