You are here

private property EntityWarmer::$iids in Warmer 2.x

Same name and namespace in other branches
  1. 8 modules/warmer_entity/src/Plugin/warmer/EntityWarmer.php \Drupal\warmer_entity\Plugin\warmer\EntityWarmer::iids

The list of all item IDs for all entities in the system.

Consists of <entity-type-id>:<entity-id>.

Type: array

File

modules/warmer_entity/src/Plugin/warmer/EntityWarmer.php, line 46

Class

EntityWarmer
The cache warmer for the built-in entity cache.

Namespace

Drupal\warmer_entity\Plugin\warmer

Code

private $iids = [];