You are here

public function MediaWysiwygInterface::process in Media Migration 8

Processes the migrations affected by the given field instance row.

This method is responsible for altering those field value process pipelines (by adding the needed migration process plugins) which are migrating the values of the given field instance migration row.

Parameters

array $migrations: The available migration plugin definitions as an array, keyed by their plugin ID.

\Drupal\migrate\Row $row: A field instance migration row.

Return value

array[] The migration definitions, including the required changes.

See also

\Drupal\media_migration\MigratePluginAlterer::addMediaWysiwygProcessor

1 method overrides MediaWysiwygInterface::process()
MediaWysiwygPluginBase::process in src/MediaWysiwygPluginBase.php
Processes the migrations affected by the given field instance row.

File

src/MediaWysiwygInterface.php, line 80

Class

MediaWysiwygInterface
Interface for Media WYSIWYG plugins.

Namespace

Drupal\media_migration

Code

public function process(array $migrations, Row $row);