X-Git-Url: http://aleph1.co.uk/gitweb/?a=blobdiff_plain;f=web%2Fcore%2Flib%2FDrupal%2FCore%2FEntity%2FEntityFieldManager.php;h=88186c6706881e2276c3981596c3e436b20904b1;hb=5b8bb166bfa98770daef9de5c127fc2e6ef02340;hp=f847cfa3840bb99cfab6044ded65e7e57308b888;hpb=af6d1fb995500ae68849458ee10d66abbdcfb252;p=yaffs-website diff --git a/web/core/lib/Drupal/Core/Entity/EntityFieldManager.php b/web/core/lib/Drupal/Core/Entity/EntityFieldManager.php index f847cfa38..88186c670 100644 --- a/web/core/lib/Drupal/Core/Entity/EntityFieldManager.php +++ b/web/core/lib/Drupal/Core/Entity/EntityFieldManager.php @@ -497,7 +497,7 @@ class EntityFieldManager implements EntityFieldManagerInterface { } } - $this->cacheSet($cid, $this->fieldMap, Cache::PERMANENT, ['entity_types']); + $this->cacheSet($cid, $this->fieldMap, Cache::PERMANENT, ['entity_types', 'entity_field_info']); } } return $this->fieldMap;