comparison core/lib/Drupal/Core/Entity/EntityFieldManager.php @ 17:129ea1e6d783

Update, including to Drupal core 8.6.10
author Chris Cannam
date Thu, 28 Feb 2019 13:21:36 +0000
parents 1fec387a4317
children af1871eacc83
comparison
equal deleted inserted replaced
16:c2387f117808 17:129ea1e6d783
495 $this->fieldMap[$entity_type_id][$field_name]['bundles'] += $map_entry['bundles']; 495 $this->fieldMap[$entity_type_id][$field_name]['bundles'] += $map_entry['bundles'];
496 } 496 }
497 } 497 }
498 } 498 }
499 499
500 $this->cacheSet($cid, $this->fieldMap, Cache::PERMANENT, ['entity_types']); 500 $this->cacheSet($cid, $this->fieldMap, Cache::PERMANENT, ['entity_types', 'entity_field_info']);
501 } 501 }
502 } 502 }
503 return $this->fieldMap; 503 return $this->fieldMap;
504 } 504 }
505 505