You are here

public function RestfulBase::getRequest in RESTful 7

Get the request array.

Return value

array

18 calls to RestfulBase::getRequest()
RestfulBase::generateCacheId in plugins/restful/RestfulBase.php
Generate a cache identifier for the request and the current context.
RestfulBase::getAccount in plugins/restful/RestfulBase.php
Proxy method to get the account from the authenticationManager.
RestfulBase::getRequestForSubRequest in plugins/restful/RestfulBase.php
Gets a request array with the data that should be piped to sub requests.
RestfulBase::overrideRange in plugins/restful/RestfulBase.php
Overrides the range parameter with the URL value if any.
RestfulBase::parseRequestForListFilter in plugins/restful/RestfulBase.php
Filter the query for list.

... See full list

File

plugins/restful/RestfulBase.php, line 225
Contains RestfulBase.

Class

RestfulBase
Class \RestfulBase

Code

public function getRequest() {
  return $this->request;
}