You are here

protected property OffsetLimitPaginator::$entityQueryExecutor in JSON:API Resources 8

The cacheability capturing entity query executor.

Type: \Drupal\jsonapi_resources\Unstable\Entity\Query\CacheabilityCapturingExecutor

File

src/Unstable/Entity/Query/Pagination/OffsetLimitPaginator.php, line 38

Class

OffsetLimitPaginator
A paginator for handling offset-limit pagination in JSON:API request.

Namespace

Drupal\jsonapi_resources\Unstable\Entity\Query\Pagination

Code

protected $entityQueryExecutor;