You are here

public function EntityIdCache::__sleep in Apigee Edge 8

Prevents data stored in entity id cache from being serialized.

File

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

Class

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

Namespace

Drupal\apigee_edge\Entity\Controller\Cache

Code

public function __sleep() {
  return [];
}