Overrides ProcessPluginBase::transform
public function transform($value, MigrateExecutableInterface $migrate_executable, Row $row, $destination_property) { if (!empty($this->configuration['strict'])) { return $value ?? $this->configuration['default_value']; } return $value ?: $this->configuration['default_value']; }