You are here

private property EntityIdCache::$ids in Apigee Edge 8

Stored entity ids.

As an associative array where keys and values as the same.

Type: string[]

File

src/Entity/Controller/Cache/EntityIdCache.php, line 43

Class

EntityIdCache
Base definition of the entity id cache service used by controllers.

Namespace

Drupal\apigee_edge\Entity\Controller\Cache

Code

private $ids = [];