You are here

public function MediaDealerPluginInterface::getDestinationMediaTypeSourceFieldLabel in Media Migration 8

Returns the label of the destination media type's source field.

Return value

string The label of the source field.

1 method overrides MediaDealerPluginInterface::getDestinationMediaTypeSourceFieldLabel()
DummyMediaDealerPlugin::getDestinationMediaTypeSourceFieldLabel in tests/src/Kernel/Plugin/migrate/source/DummyMediaDealerPlugin.php
Returns the label of the destination media type's source field.

File

src/MediaDealerPluginInterface.php, line 43

Class

MediaDealerPluginInterface
Base interface for media dealer plugins.

Namespace

Drupal\media_migration

Code

public function getDestinationMediaTypeSourceFieldLabel();