You are here

public function MigrateCckFieldInterface::processCckFieldValues in Drupal 8

Apply any custom processing to the cck 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 CckFieldValues::fieldData().

1 method overrides MigrateCckFieldInterface::processCckFieldValues()
CckFieldPluginBase::processCckFieldValues in core/modules/migrate_drupal/src/Plugin/migrate/cckfield/CckFieldPluginBase.php
Apply any custom processing to the field bundle migrations.

File

core/modules/migrate_drupal/src/Plugin/MigrateCckFieldInterface.php, line 29

Class

MigrateCckFieldInterface
Provides an interface for all CCK field type plugins.

Namespace

Drupal\migrate_drupal\Plugin

Code

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