You are here

protected property DataProvider::$range in RESTful 7.2

Determines the number of items that should be returned when viewing lists.

Type: int

File

src/Plugin/resource/DataProvider/DataProvider.php, line 42
Contains \Drupal\restful\Plugin\resource\DataProvider\DataProvider.

Class

DataProvider

Namespace

Drupal\restful\Plugin\resource\DataProvider

Code

protected $range = 50;