Method | Description | |
---|---|---|
migrateData ( EntityManager $em, Symfony\Component\Console\Output\OutputInterface $output ) : void | Migrate data to plugin database from core table |
Method | Description | |
---|---|---|
configure ( ) | ||
execute ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output ) |
protected execute ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output ) | ||
$input | Symfony\Component\Console\Input\InputInterface | |
$output | Symfony\Component\Console\Output\OutputInterface |
public migrateData ( EntityManager $em, Symfony\Component\Console\Output\OutputInterface $output ) : void | ||
$em | EntityManager | |
$output | Symfony\Component\Console\Output\OutputInterface | |
return | void |