function MigrateFieldInterface::alterFieldWidgetMigration

Same name and namespace in other branches
  1. 10 core/modules/migrate_drupal/src/Plugin/MigrateFieldInterface.php \Drupal\migrate_drupal\Plugin\MigrateFieldInterface::alterFieldWidgetMigration()
  2. 11.x core/modules/migrate_drupal/src/Plugin/MigrateFieldInterface.php \Drupal\migrate_drupal\Plugin\MigrateFieldInterface::alterFieldWidgetMigration()
  3. 8.9.x core/modules/migrate_drupal/src/Plugin/MigrateFieldInterface.php \Drupal\migrate_drupal\Plugin\MigrateFieldInterface::alterFieldWidgetMigration()

Apply any custom processing to the field widget migration.

Parameters

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

File

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

Class

MigrateFieldInterface
Provides an interface for all field type plugins.

Namespace

Drupal\migrate_drupal\Plugin

Code

public function alterFieldWidgetMigration(MigrationInterface $migration);

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.