public function MediaDealerPluginInterface::prepareMediaTypeRow in Media Migration 8
Prepares the migration row of a media type.
Parameters
\Drupal\migrate\Row $row: The current migration row.
\Drupal\Core\Database\Connection $connection: The database connection of the source Drupal 7 instance.
1 method overrides MediaDealerPluginInterface::prepareMediaTypeRow()
- DummyMediaDealerPlugin::prepareMediaTypeRow in tests/
src/ Kernel/ Plugin/ migrate/ source/ DummyMediaDealerPlugin.php - Prepares the migration row of a media type.
File
- src/
MediaDealerPluginInterface.php, line 133
Class
- MediaDealerPluginInterface
- Base interface for media dealer plugins.
Namespace
Drupal\media_migrationCode
public function prepareMediaTypeRow(Row $row, Connection $connection) : void;