You are here

public function DataProviderInterface::setRequest in RESTful 7.2

Sets the request.

Parameters

RequestInterface $request: The request.

3 methods override DataProviderInterface::setRequest()
CacheDecoratedDataProvider::setRequest in src/Plugin/resource/DataProvider/CacheDecoratedDataProvider.php
Sets the request.
DataProvider::setRequest in src/Plugin/resource/DataProvider/DataProvider.php
Sets the request.
DataProviderDecorator::setRequest in src/Plugin/resource/DataProvider/DataProviderDecorator.php
Sets the request.

File

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

Class

DataProviderInterface

Namespace

Drupal\restful\Plugin\resource\DataProvider

Code

public function setRequest(RequestInterface $request);