You are here

abstract public function CckFieldPluginBase::processCckFieldValues in Drupal 8

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.

... See full list

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\cckfield

Code

public abstract function processCckFieldValues(MigrationInterface $migration, $field_name, $data);