You are here

public function VemCommands::__construct in Video Embed Field 8.2

VemCommands constructor.

Parameters

\Drupal\vem_migrate_oembed\VemMigrate $migrator: The migrate service.

File

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

Class

VemCommands
A Drush commandfile.

Namespace

Drupal\vem_migrate_oembed\Commands

Code

public function __construct(VemMigrate $migrator) {
  parent::__construct();
  $this->migrator = $migrator;
}