You are here

public function OfficeHoursField::processFieldValues in Office Hours 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/OfficeHoursField.php, line 33

Class

OfficeHoursField
Plugin annotation @MigrateCckField( id = "office_hours_field", core = {7}, source_module = "office_hours", destination_module = "office_hours", type_map = { "office_hours" = "office_hours" } )

Namespace

Drupal\office_hours\Plugin\migrate\field

Code

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