You are here

public function VemCommands::migrate in Video Embed Field 8.2

Migrates from VEF to core media.

@usage drush vemmo Migrates from VEF to core media.

@command vem:migrate_oembed @aliases vemmo

File

modules/video_embed_media/modules/vem_migrate_oembed/src/Commands/VemCommands.php, line 48

Class

VemCommands
A Drush commandfile.

Namespace

Drupal\vem_migrate_oembed\Commands

Code

public function migrate() {
  $this->migrator
    ->migrate();
  $this
    ->io()
    ->success(\dt('Migration complete.'));
}