You are here

public function RemoteVideoBase::getDestinationMediaTypeId in Media Migration 8

Overrides MediaDealerBase::getDestinationMediaTypeId

File

src/Plugin/media_migration/file_entity/RemoteVideoBase.php, line 24

Class

RemoteVideoBase
Abstract plugin class for remote video media migration source plugins.

Namespace

Drupal\media_migration\Plugin\media_migration\file_entity

Code

public function getDestinationMediaTypeId() {
  return $this
    ->getDestinationMediaTypeIdBase();
}