public property PaginatorMetadata::$pageLocation in JSON:API Resources 8
A property storing the current location of the paginator.
For an offset-limit based paginator, this would be the offset. For a cursor-based paginator, this might be an opaque string.
Type: mixed
File
- src/
Entity/ Query/ PaginatorMetadata.php, line 34
Class
- PaginatorMetadata
- Contains metadata about pagination in an entity query.
Namespace
Drupal\jsonapi_resources\Entity\QueryCode
public $pageLocation;