diff --git a/core/lib/Drupal/Core/Entity/Annotation/EntityType.php b/core/lib/Drupal/Core/Entity/Annotation/EntityType.php index 8483177..78ba3a0 100644 --- a/core/lib/Drupal/Core/Entity/Annotation/EntityType.php +++ b/core/lib/Drupal/Core/Entity/Annotation/EntityType.php @@ -2,7 +2,7 @@ /** * @file - * Contains Drupal\Core\Entity\Annotation\EntityType. + * Contains \Drupal\Core\Entity\Annotation\EntityType. */ namespace Drupal\Core\Entity\Annotation; @@ -63,7 +63,7 @@ class EntityType extends Plugin { * * @var bool */ - public $field_cache = FALSE; + public $field_cache = TRUE; /** * The names of classes for various form operations.