You are here

public function RemoteVideoBase::getDestinationMediaTypeLabel in Media Migration 8

Overrides MediaDealerBase::getDestinationMediaTypeLabel

File

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

Class

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

Namespace

Drupal\media_migration\Plugin\media_migration\file_entity

Code

public function getDestinationMediaTypeLabel() {
  return 'Remote video';
}