You are here

public function DataProviderInterface::getRequest in RESTful 7.2

Gets the request.

Return value

RequestInterface The request.

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

File

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

Class

DataProviderInterface

Namespace

Drupal\restful\Plugin\resource\DataProvider

Code

public function getRequest();