public function addAllFieldProcesses(MigrationInterface $migration) { $core = $this->getCoreVersion($migration); $fields = $this->getAllFields($core); foreach ($fields as $entity_type_id => $bundle) { $this->addEntityFieldProcesses($migration, $entity_type_id); } }