You are here

public function RemoteVideoBase::getDestinationMediaTypeIdBase in Media Migration 8

Overrides MediaDealerBase::getDestinationMediaTypeIdBase

1 call to RemoteVideoBase::getDestinationMediaTypeIdBase()
RemoteVideoBase::getDestinationMediaTypeId in src/Plugin/media_migration/file_entity/RemoteVideoBase.php

File

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

Class

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

Namespace

Drupal\media_migration\Plugin\media_migration\file_entity

Code

public function getDestinationMediaTypeIdBase() {
  return 'remote_video';
}