class ValidateMigrationIdListener (View source)

Methods

__construct(MigrationPluginManagerInterface $migrationPluginManager, LoggerInterface $logger)

No description

static 
create(ContainerInterface $container)

No description

void
__invoke(ConsoleCommandEvent $event)

This subscriber affects commands which put #[ValidateMigrationId] on the class.

Details

__construct(MigrationPluginManagerInterface $migrationPluginManager, LoggerInterface $logger)

No description

Parameters

MigrationPluginManagerInterface $migrationPluginManager
LoggerInterface $logger

static create(ContainerInterface $container)

No description

Parameters

ContainerInterface $container

void __invoke(ConsoleCommandEvent $event)

This subscriber affects commands which put #[ValidateMigrationId] on the class.

Method usages are enforced by Annotated Command still.

Parameters

ConsoleCommandEvent $event

Return Value

void