You are here

public function DataProviderDecorator::setRange in RESTful 7.2

Sets the range.

Parameters

int $range: The range

Overrides DataProviderInterface::setRange

File

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

Class

DataProviderDecorator

Namespace

Drupal\restful\Plugin\resource\DataProvider

Code

public function setRange($range) {
  $this->decorated
    ->setRange($range);
}