function FileField::defineValueProcessPipeline
Overrides FieldPluginBase::defineValueProcessPipeline
1 method overrides FileField::defineValueProcessPipeline()
- FileField::defineValueProcessPipeline in core/modules/ file/ src/ Plugin/ migrate/ field/ d7/ FileField.php 
- Apply any custom processing to the field bundle migrations.
File
- 
              core/modules/ file/ src/ Plugin/ migrate/ field/ d6/ FileField.php, line 47 
Class
- FileField
- Plugin annotation @MigrateField( id = "filefield", core = {6}, source_module = "filefield", destination_module = "file" )
Namespace
Drupal\file\Plugin\migrate\field\d6Code
public function defineValueProcessPipeline(MigrationInterface $migration, $field_name, $data) {
  $process = [
    'plugin' => 'd6_field_file',
    'source' => $field_name,
  ];
  $migration->mergeProcessOfProperty($field_name, $process);
}Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.
