public property PaginatorMetadata::$hasNextPage in JSON:API Resources 8
Whether there should be a `next` page link.
Type: bool
File
- src/
Entity/ Query/ PaginatorMetadata.php, line 17
Class
- PaginatorMetadata
- Contains metadata about pagination in an entity query.
Namespace
Drupal\jsonapi_resources\Entity\QueryCode
public $hasNextPage;