MigrationStatusCommand
final class MigrationStatusCommand implements CommandInterface (View source)
CLI command that displays the migration status.
When database history is unavailable, it reports registry-only Unknown states and returns a non-zero exit code because the status could not be verified.
Methods
__construct(MigrationRegistry $registry, ContainerInterface $container, mixed $stdout = null, mixed $stderr = null)
name()
string
string
run(array $args)
int
Details
__construct
__construct(MigrationRegistry $registry, ContainerInterface $container, mixed $stdout = null, mixed $stderr = null)
No description
name
string
name()
No description
description
string
description()
No description
run
int
run(array $args)
No description