function MigrateFieldInterface::alterFieldWidgetMigration
Same name in other branches
- 9 core/modules/migrate_drupal/src/Plugin/MigrateFieldInterface.php \Drupal\migrate_drupal\Plugin\MigrateFieldInterface::alterFieldWidgetMigration()
- 8.9.x core/modules/migrate_drupal/src/Plugin/MigrateFieldInterface.php \Drupal\migrate_drupal\Plugin\MigrateFieldInterface::alterFieldWidgetMigration()
- 10 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.
1 method overrides MigrateFieldInterface::alterFieldWidgetMigration()
- FieldPluginBase::alterFieldWidgetMigration in core/
modules/ migrate_drupal/ src/ Plugin/ migrate/ field/ FieldPluginBase.php - Apply any custom processing to the field widget migration.
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\PluginCode
public function alterFieldWidgetMigration(MigrationInterface $migration);
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.