You are here

public function D6NoCoreVersionSpecified::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 CckFieldPluginBase::processCckFieldValues

File

core/modules/migrate_drupal/tests/modules/migrate_cckfield_plugin_manager_test/src/Plugin/migrate/cckfield/D6NoCoreVersionSpecified.php, line 20

Class

D6NoCoreVersionSpecified
Plugin annotation @MigrateCckField( id = "d6_no_core_version_specified", source_module = "foo", destination_module = "bar", )

Namespace

Drupal\migrate_cckfield_plugin_manager_test\Plugin\migrate\cckfield

Code

public function processCckFieldValues(MigrationInterface $migration, $field_name, $data) {
}