You are here

public function ResourceInterface::getRequest in RESTful 7.2

Get the request object.

Return value

RequestInterface The request object.

Throws

\Drupal\restful\Exception\ServerConfigurationException

2 methods override ResourceInterface::getRequest()
Resource::getRequest in src/Plugin/resource/Resource.php
Get the request object.
ResourceDecoratorBase::getRequest in src/Plugin/resource/Decorators/ResourceDecoratorBase.php
Get the request object.

File

src/Plugin/resource/ResourceInterface.php, line 77
Contains \Drupal\restful\Plugin\resource\ResourceInterface.

Class

ResourceInterface
Interface ResourceInterface.

Namespace

Drupal\restful\Plugin\resource

Code

public function getRequest();