Méthode | Description | |
---|---|---|
setFormGenerator ( |
||
setGenerator ( |
Méthode | Description | |
---|---|---|
configure ( ) | ||
execute ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output ) | ||
getDialogHelper ( ) | ||
getFormGenerator ( ) | ||
getGenerator ( ) | ||
getRoutePrefix ( Symfony\Component\Console\Input\InputInterface $input, $entity ) | ||
interact ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output ) |
Méthode | Description | |
---|---|---|
generateForm ( $bundle, $entity, $metadata ) | Tries to generate forms if they don't exist yet and if we need write operations on entities. | |
updateRouting ( $dialog, Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output, $bundle, $format, $entity, $prefix ) |
protected execute ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output ) | ||
$input | Symfony\Component\Console\Input\InputInterface | |
$output | Symfony\Component\Console\Output\OutputInterface |
protected getRoutePrefix ( Symfony\Component\Console\Input\InputInterface $input, $entity ) | ||
$input | Symfony\Component\Console\Input\InputInterface |
protected interact ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output ) | ||
$input | Symfony\Component\Console\Input\InputInterface | |
$output | Symfony\Component\Console\Output\OutputInterface |
public setFormGenerator ( |
||
$formGenerator |
public setGenerator ( |
||
$generator |