GeneratorCommand extends Command
FinalYes
Generate TCA for Styleguide backend (create / delete)
Attributes
- #[AsCommand]
- 'styleguide:generate'
- 'Generate page tree for Styleguide TCA backend and/or Styleguide frontend'
Table of Contents
Methods
- __construct() : mixed
- configure() : void
- execute() : int
Methods
__construct()
public
__construct(Generator $generator, GeneratorFrontend $generatorFrontend, RecordFinder $recordFinder) : mixed
Parameters
- $generator : Generator
- $generatorFrontend : GeneratorFrontend
- $recordFinder : RecordFinder
configure()
protected
configure() : void
execute()
protected
execute(InputInterface $input, OutputInterface $output) : int
Parameters
- $input : InputInterface
- $output : OutputInterface