You are here

abstract protected function CachedPaginatedEntityListingControllerTrait::extractSubsetOfAssociativeArray in Apigee Edge 8

1 call to CachedPaginatedEntityListingControllerTrait::extractSubsetOfAssociativeArray()
CachedPaginatedEntityListingControllerTrait::getEntities in src/Entity/Controller/CachedPaginatedEntityListingControllerTrait.php

File

src/Entity/Controller/CachedPaginatedEntityListingControllerTrait.php, line 70

Class

CachedPaginatedEntityListingControllerTrait
For those controllers that supports paginated entity listing.

Namespace

Drupal\apigee_edge\Entity\Controller

Code

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