public function CckFieldPluginBase::processFieldInstance in Zircon Profile 8
Same name and namespace in other branches
- 8.0 core/modules/migrate_drupal/src/Plugin/migrate/cckfield/CckFieldPluginBase.php \Drupal\migrate_drupal\Plugin\migrate\cckfield\CckFieldPluginBase::processFieldInstance()
Apply any custom processing to the field instance migration.
Parameters
\Drupal\migrate\Entity\MigrationInterface $migration: The migration entity.
Overrides MigrateCckFieldInterface::processFieldInstance
File
- core/
modules/ migrate_drupal/ src/ Plugin/ migrate/ cckfield/ CckFieldPluginBase.php, line 38 - Contains \Drupal\migrate_drupal\Plugin\migrate\cckfield\CckFieldPluginBase.
Class
- CckFieldPluginBase
- The base class for all cck field plugins.
Namespace
Drupal\migrate_drupal\Plugin\migrate\cckfieldCode
public function processFieldInstance(MigrationInterface $migration) {
// Nothing to do by default with field instances.
}