class QuickStartCommand extends Command (View source)

internal  This command makes no guarantee of an API for Drupal extensions.
 

Installs a Drupal site and starts a webserver for local testing/development.

Wraps 'install' and 'server' commands.

Methods

configure()

{@inheritdoc}

execute(InputInterface $input, OutputInterface $output)

{@inheritdoc}

Details

protected configure()

{@inheritdoc}

protected execute(InputInterface $input, OutputInterface $output)

{@inheritdoc}

Parameters

InputInterface $input
OutputInterface $output