public function EntityIdCacheInterface::getIds in Apigee Edge 8
Returns cached ids.
Return value
string[] Array of entity ids.
1 method overrides EntityIdCacheInterface::getIds()
- EntityIdCache::getIds in src/
Entity/ Controller/ Cache/ EntityIdCache.php - Returns cached ids.
File
- src/
Entity/ Controller/ Cache/ EntityIdCacheInterface.php, line 42
Class
- EntityIdCacheInterface
- Stores entity ids that getEntityIds() methods returns in controllers.
Namespace
Drupal\apigee_edge\Entity\Controller\CacheCode
public function getIds() : array;