comparison core/modules/node/src/Plugin/migrate/D6NodeDeriver.php @ 17:129ea1e6d783

Update, including to Drupal core 8.6.10
author Chris Cannam
date Thu, 28 Feb 2019 13:21:36 +0000
parents 4c8ae668cc8c
children af1871eacc83
comparison
equal deleted inserted replaced
16:c2387f117808 17:129ea1e6d783
163 $plugin_id = $this->fieldPluginManager->getPluginIdFromFieldType($field_type, ['core' => 6], $migration); 163 $plugin_id = $this->fieldPluginManager->getPluginIdFromFieldType($field_type, ['core' => 6], $migration);
164 if (!isset($this->fieldPluginCache[$field_type])) { 164 if (!isset($this->fieldPluginCache[$field_type])) {
165 $this->fieldPluginCache[$field_type] = $this->fieldPluginManager->createInstance($plugin_id, ['core' => 6], $migration); 165 $this->fieldPluginCache[$field_type] = $this->fieldPluginManager->createInstance($plugin_id, ['core' => 6], $migration);
166 } 166 }
167 $this->fieldPluginCache[$field_type] 167 $this->fieldPluginCache[$field_type]
168 ->processFieldValues($migration, $field_name, $info); 168 ->defineValueProcessPipeline($migration, $field_name, $info);
169 } 169 }
170 catch (PluginNotFoundException $ex) { 170 catch (PluginNotFoundException $ex) {
171 try { 171 try {
172 $plugin_id = $this->cckPluginManager->getPluginIdFromFieldType($field_type, ['core' => 6], $migration); 172 $plugin_id = $this->cckPluginManager->getPluginIdFromFieldType($field_type, ['core' => 6], $migration);
173 if (!isset($this->cckPluginCache[$field_type])) { 173 if (!isset($this->cckPluginCache[$field_type])) {