CleanBuildCommand
extends BaseCommand
in package
Cleans all build files that were formerly added via building.
Tags
Table of Contents
Properties
- $description : string
- $directory : string
- $name : string
Methods
- configure() : void
- execute() : int
Properties
$description
protected
string
$description
= 'Cleans out all frontend build files that were previously added to the backend for serving!'
$directory
protected
string
$directory
= 'frontend'
$name
protected
string
$name
= 'frontend:build:clean'
Methods
configure()
protected
configure() : void
execute()
protected
execute(InputInterface $input, OutputInterface $output) : int
Parameters
- $input : InputInterface
- $output : OutputInterface