Mercurial > hg > isophonics-drupal-site
comparison core/modules/taxonomy/src/Plugin/migrate/D7TaxonomyTermDeriver.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 |
---|---|
135 $plugin_id = $this->fieldPluginManager->getPluginIdFromFieldType($field_type, ['core' => 7], $migration); | 135 $plugin_id = $this->fieldPluginManager->getPluginIdFromFieldType($field_type, ['core' => 7], $migration); |
136 if (!isset($this->fieldPluginCache[$field_type])) { | 136 if (!isset($this->fieldPluginCache[$field_type])) { |
137 $this->fieldPluginCache[$field_type] = $this->fieldPluginManager->createInstance($plugin_id, ['core' => 7], $migration); | 137 $this->fieldPluginCache[$field_type] = $this->fieldPluginManager->createInstance($plugin_id, ['core' => 7], $migration); |
138 } | 138 } |
139 $this->fieldPluginCache[$field_type] | 139 $this->fieldPluginCache[$field_type] |
140 ->processFieldValues($migration, $field_name, $info); | 140 ->defineValueProcessPipeline($migration, $field_name, $info); |
141 } | 141 } |
142 catch (PluginNotFoundException $ex) { | 142 catch (PluginNotFoundException $ex) { |
143 try { | 143 try { |
144 $plugin_id = $this->cckPluginManager->getPluginIdFromFieldType($field_type, ['core' => 7], $migration); | 144 $plugin_id = $this->cckPluginManager->getPluginIdFromFieldType($field_type, ['core' => 7], $migration); |
145 if (!isset($this->cckPluginCache[$field_type])) { | 145 if (!isset($this->cckPluginCache[$field_type])) { |