You are here

abstract protected function CachedPaginatedEntityIdListingControllerTrait::extractSubsetOfAssociativeArray in Apigee Edge 8

1 call to CachedPaginatedEntityIdListingControllerTrait::extractSubsetOfAssociativeArray()
CachedPaginatedEntityIdListingControllerTrait::getEntityIds in src/Entity/Controller/CachedPaginatedEntityIdListingControllerTrait.php

File

src/Entity/Controller/CachedPaginatedEntityIdListingControllerTrait.php, line 55

Class

CachedPaginatedEntityIdListingControllerTrait
For those controllers that supports paginated entity id listing.

Namespace

Drupal\apigee_edge\Entity\Controller

Code

protected abstract function extractSubsetOfAssociativeArray(array $assoc_array, int $limit, ?string $start_key = NULL) : array;