You are here

private property ResourceWarmer::$iids in JSON:API Boost 8

Same name and namespace in other branches
  1. 2.x src/Plugin/warmer/ResourceWarmer.php \Drupal\jsonapi_boost\Plugin\warmer\ResourceWarmer::iids

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

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

Type: array

File

src/Plugin/warmer/ResourceWarmer.php, line 53

Class

ResourceWarmer
Warms JSON:API resources.

Namespace

Drupal\jsonapi_boost\Plugin\warmer

Code

private $iids = [];