You are here

public function MigrateFieldInterface::alterFieldMigration in Drupal 8

Same name and namespace in other branches
  1. 9 core/modules/migrate_drupal/src/Plugin/MigrateFieldInterface.php \Drupal\migrate_drupal\Plugin\MigrateFieldInterface::alterFieldMigration()
  2. 10 core/modules/migrate_drupal/src/Plugin/MigrateFieldInterface.php \Drupal\migrate_drupal\Plugin\MigrateFieldInterface::alterFieldMigration()

Apply any custom processing to the field migration.

Parameters

\Drupal\migrate\Plugin\MigrationInterface $migration: The migration entity.

1 method overrides MigrateFieldInterface::alterFieldMigration()
FieldPluginBase::alterFieldMigration in core/modules/migrate_drupal/src/Plugin/migrate/field/FieldPluginBase.php
Apply any custom processing to the field migration.

File

core/modules/migrate_drupal/src/Plugin/MigrateFieldInterface.php, line 20

Class

MigrateFieldInterface
Provides an interface for all field type plugins.

Namespace

Drupal\migrate_drupal\Plugin

Code

public function alterFieldMigration(MigrationInterface $migration);