migration_command
abstract class migration_command extends command
Properties
protected user | $user | from command | |
protected migrator | $migrator | ||
protected manager | $extension_manager | ||
protected config | $config | ||
protected service | $cache |
Methods
ProgressBar
create_progress_bar(int $max, SymfonyStyle $io, OutputInterface $output, bool $message = false)
Create a styled progress bar
from
command
load_migrations()
No description
finalise_update()
No description
Details
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
at line 38
protected
load_migrations()
No description
at line 51
protected
finalise_update()
No description