public property EntityType::$static_cache

Boolean indicating whether entities should be statically cached during a page request.

@todo This is only used by \Drupal\Core\Entity\DatabaseStorageController.

Type: bool (optional)

File

drupal/core/lib/Drupal/Core/Entity/Annotation/EntityType.php, line 138
Contains \Drupal\Core\Entity\Annotation\EntityType.

Class

EntityType
Defines an Entity type annotation object.

Namespace

Drupal\Core\Entity\Annotation

Code

public $static_cache = TRUE;