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

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

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

Parameters

user $user

User instance (mostly for translation)

migrator $migrator
manager $extension_manager
config $config
service $cache

in command at line 45
ProgressBar create_progress_bar(int $max, SymfonyStyle $io, OutputInterface $output, bool $message = false)

Create a styled progress bar

Parameters

int $max

Max value for the progress bar

SymfonyStyle $io

Symfony style output decorator

OutputInterface $output

The output stream, used to print messages

bool $message

Should we display message output under the progress bar?

Return Value

ProgressBar

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

Parameters

InputInterface $input
OutputInterface $output