You are here

public property PaginatorMetadata::$pageSizeMax in JSON:API Resources 8

The maximum number of results that may be returned in the response.

Type: int

File

src/Entity/Query/PaginatorMetadata.php, line 24

Class

PaginatorMetadata
Contains metadata about pagination in an entity query.

Namespace

Drupal\jsonapi_resources\Entity\Query

Code

public $pageSizeMax;