function CckFieldPluginBase::defineValueProcessPipeline
Overrides FieldPluginBase::defineValueProcessPipeline
File
-
core/
modules/ migrate_drupal/ src/ Plugin/ migrate/ cckfield/ CckFieldPluginBase.php, line 26
Class
- CckFieldPluginBase
- The base class for all field plugins.
Namespace
Drupal\migrate_drupal\Plugin\migrate\cckfieldCode
public function defineValueProcessPipeline(MigrationInterface $migration, $field_name, $data) {
// Provide a bridge to the old method declared on the interface and now an
// abstract method in this class.
return $this->processCckFieldValues($migration, $field_name, $data);
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.