You are here

public function Geofield::processFieldValues in Geofield 8

Defines the process pipeline for field values.

Overrides FieldPluginBase::processFieldValues

Deprecated

in drupal:8.6.0 and is removed from drupal:9.0.0. Use defineValueProcessPipeline() instead.

See also

https://www.drupal.org/node/2944598

::defineValueProcessPipeline()

File

src/Plugin/migrate/field/Geofield.php, line 69

Class

Geofield
MigrateField Plugin for Drupal 6 and 7 email fields.

Namespace

Drupal\geofield\Plugin\migrate\field

Code

public function processFieldValues(MigrationInterface $migration, $field_name, $data) {
  $this
    ->defineValueProcessPipeline($migration, $field_name, $data);
}