list_command
class list_command extends migration_command
Properties
protected user | $user | from command | |
protected migrator | $migrator | from migration_command | |
protected manager | $extension_manager | from migration_command | |
protected config | $config | from migration_command | |
protected service | $cache | from migration_command |
Methods
__construct(user $user, migrator $migrator, manager $extension_manager, config $config, service $cache)
Constructor
from
migration_command
ProgressBar
create_progress_bar(int $max, SymfonyStyle $io, OutputInterface $output, bool $message = false)
Create a styled progress bar
from
command
configure()
No description
execute(InputInterface $input, OutputInterface $output)
No description
Details
in
migration_command at line 29
__construct(user $user, migrator $migrator, manager $extension_manager, config $config, service $cache)
Constructor
in
command at line 45
ProgressBar
create_progress_bar(int $max, SymfonyStyle $io, OutputInterface $output, bool $message = false)
Create a styled progress bar
in
migration_command at line 38
protected
load_migrations()
No description
in
migration_command at line 51
protected
finalise_update()
No description
at line 22
protected
configure()
No description
at line 36
protected
execute(InputInterface $input, OutputInterface $output)
No description