You are here

public function RemoteVideoBase::getDestinationMediaTypeSourceFieldLabel in Media Migration 8

Overrides MediaDealerBase::getDestinationMediaTypeSourceFieldLabel

File

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

Class

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

Namespace

Drupal\media_migration\Plugin\media_migration\file_entity

Code

public function getDestinationMediaTypeSourceFieldLabel() {
  return 'Video URL';
}