DropFrontendCommand
extends BaseCommand
in package
Drops an entire frontend
Tags
Table of Contents
Properties
- $description : string
- $directory : string
- $name : string
Methods
- configure() : void
- execute() : int
Properties
$description
protected
string
$description
= 'Drops an entire frontend app.
Cool for even removing the application from our context settings'
$directory
protected
string
$directory
= 'frontend'
$name
protected
string
$name
= 'frontend:drop'
Methods
configure()
protected
configure() : void
execute()
protected
execute(InputInterface $input, OutputInterface $output) : int
Parameters
- $input : InputInterface
- $output : OutputInterface