ValidateMigrationIdListener
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
static
create(ContainerInterface $container)
No description
void
__invoke(ConsoleCommandEvent $event)
This subscriber affects commands which put #[ValidateMigrationId] on the class.
Method usages are enforced by Annotated Command still.