You are here

public function IframeField::processCckFieldValues in Iframe 8

Same name and namespace in other branches
  1. 8.2 src/Plugin/migrate/cckfield/IframeField.php \Drupal\iframe\Plugin\migrate\cckfield\IframeField::processCckFieldValues()

File

src/Plugin/migrate/cckfield/IframeField.php, line 36

Class

IframeField
Class IframeField.

Namespace

Drupal\iframe\Plugin\migrate\cckfield

Code

public function processCckFieldValues(MigrationInterface $migration, $field_name, $data) {
  $process = [
    'plugin' => 'd6_cck_iframe',
    'source' => $field_name,
  ];
  $migration
    ->mergeProcessOfProperty($field_name, $process);
}