function FieldPluginBase::processFieldWidget
Alter field widget migration.
Deprecated
in drupal:8.6.0 and is removed from drupal:9.0.0. Use alterFieldWidgetMigration() instead.
See also
https://www.drupal.org/node/2944598
::alterFieldWidgetMigration()
File
- 
              core/
modules/ migrate_drupal/ src/ Plugin/ migrate/ field/ FieldPluginBase.php, line 74  
Class
- FieldPluginBase
 - The base class for all field plugins.
 
Namespace
Drupal\migrate_drupal\Plugin\migrate\fieldCode
public function processFieldWidget(MigrationInterface $migration) {
  @trigger_error('Deprecated in Drupal 8.6.0, to be removed before Drupal 9.0.0. Use alterFieldWidgetMigration() instead. See https://www.drupal.org/node/2944598.', E_USER_DEPRECATED);
  $this->alterFieldWidgetMigration($migration);
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.