public function MigrateCckFieldInterface::processFieldWidget in Zircon Profile 8
Same name and namespace in other branches
- 8.0 core/modules/migrate_drupal/src/Plugin/MigrateCckFieldInterface.php \Drupal\migrate_drupal\Plugin\MigrateCckFieldInterface::processFieldWidget()
Apply any custom processing to the field widget migration.
Parameters
\Drupal\migrate\Entity\MigrationInterface $migration: The migration entity.
1 method overrides MigrateCckFieldInterface::processFieldWidget()
- CckFieldPluginBase::processFieldWidget in core/
modules/ migrate_drupal/ src/ Plugin/ migrate/ cckfield/ CckFieldPluginBase.php - Apply any custom processing to the field widget migration.
File
- core/
modules/ migrate_drupal/ src/ Plugin/ MigrateCckFieldInterface.php, line 41 - Contains \Drupal\migrate_drupal\Plugin\MigrateCckFieldInterface.
Class
- MigrateCckFieldInterface
- Provides an interface for all CCK field type plugins.
Namespace
Drupal\migrate_drupal\PluginCode
public function processFieldWidget(MigrationInterface $migration);