function CckFieldPluginBase::processCckFieldValues
Apply any custom processing to the field bundle migrations.
Parameters
\Drupal\migrate\Plugin\MigrationInterface $migration: The migration entity.
string $field_name: The field name we're processing the value for.
array $data: The array of field data from FieldValues::fieldData().
Overrides MigrateCckFieldInterface::processCckFieldValues
1 call to CckFieldPluginBase::processCckFieldValues()
- CckFieldPluginBase::defineValueProcessPipeline in core/
modules/ migrate_drupal/ src/ Plugin/ migrate/ cckfield/ CckFieldPluginBase.php - Apply any custom processing to the field bundle migrations.
8 methods override CckFieldPluginBase::processCckFieldValues()
- D6FileField::processCckFieldValues in core/
modules/ migrate_drupal/ tests/ modules/ migrate_cckfield_plugin_manager_test/ src/ Plugin/ migrate/ cckfield/ D6FileField.php - Apply any custom processing to the field bundle migrations.
- D6NoCoreVersionSpecified::processCckFieldValues in core/
modules/ migrate_drupal/ tests/ modules/ migrate_cckfield_plugin_manager_test/ src/ Plugin/ migrate/ cckfield/ D6NoCoreVersionSpecified.php - Apply any custom processing to the field bundle migrations.
- FileField::processCckFieldValues in core/
modules/ file/ src/ Plugin/ migrate/ cckfield/ d6/ FileField.php - Apply any custom processing to the field bundle migrations.
- FileField::processCckFieldValues in core/
modules/ file/ src/ Plugin/ migrate/ cckfield/ d7/ FileField.php - Apply any custom processing to the field bundle migrations.
- ImageField::processCckFieldValues in core/
modules/ image/ src/ Plugin/ migrate/ cckfield/ d7/ ImageField.php - Apply any custom processing to the field bundle migrations.
File
-
core/
modules/ migrate_drupal/ src/ Plugin/ migrate/ cckfield/ CckFieldPluginBase.php, line 42
Class
- CckFieldPluginBase
- The base class for all field plugins.
Namespace
Drupal\migrate_drupal\Plugin\migrate\cckfieldCode
public abstract function processCckFieldValues(MigrationInterface $migration, $field_name, $data);
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.