abstract protected function CachedPaginatedEntityIdListingControllerTrait::extractSubsetOfAssociativeArray in Apigee Edge 8
1 call to CachedPaginatedEntityIdListingControllerTrait::extractSubsetOfAssociativeArray()
File
- src/
Entity/ Controller/ CachedPaginatedEntityIdListingControllerTrait.php, line 55
Class
- CachedPaginatedEntityIdListingControllerTrait
- For those controllers that supports paginated entity id listing.
Namespace
Drupal\apigee_edge\Entity\ControllerCode
protected abstract function extractSubsetOfAssociativeArray(array $assoc_array, int $limit, ?string $start_key = NULL) : array;