Overrides MigrateExecutableInterface::processRow
public function processRow(Row $row, ?array $process = NULL, $value = NULL) { foreach ($this->migration ->getProcessPlugins($process) as $destination => $plugins) { $this->processPipeline($row, $destination, $plugins, $value); } }