You are here

protected property Data::$hasNextPage in JSON:API 8.2

Holds a boolean indicating if there is a next page.

Type: bool

File

src/JsonApiResource/Data.php, line 38

Class

Data
Represents the `data` and `included` objects of a top-level object.

Namespace

Drupal\jsonapi\JsonApiResource

Code

protected $hasNextPage;