18 calls to RestfulBase::getRequest() in RESTful 7
- 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.
- RestfulBase::parseRequestForListPagination in plugins/
restful/ RestfulBase.php - Parses the request object to get the pagination options.
- RestfulBase::parseRequestForListSort in plugins/
restful/ RestfulBase.php - Parses the request to get the sorting options.
- RestfulCToolsPluginsDiscovery::getPlugins in plugins/
restful/ ctools_plugins/ 1.0/ RestfulCToolsPluginsDiscovery.class.php - Overrides \RestfulDataProviderCToolsPlugins::getPlugins().
- RestfulDataProviderDbQuery::create in plugins/
restful/ RestfulDataProviderDbQuery.php - Create an item from the request object.
- RestfulDataProviderDbQuery::update in plugins/
restful/ RestfulDataProviderDbQuery.php - Update an item based on the request object.
- RestfulDataProviderVariable::variableSet in plugins/
restful/ RestfulDataProviderVariable.php - Sets a variable value.
- RestfulEntityBase::getEntityIdByFieldId in plugins/
restful/ RestfulEntityBase.php - Get the entity ID based on the ID provided in the request.
- RestfulEntityBase::getList in plugins/
restful/ RestfulEntityBase.php - Get a list of entities.
- RestfulEntityBase::getListForAutocomplete in plugins/
restful/ RestfulEntityBase.php - Return the values of the types tags, with the ID.
- RestfulEntityBase::getQueryForAutocomplete in plugins/
restful/ RestfulEntityBase.php - Request the query object to get a list for autocomplete.
- RestfulEntityBase::setPropertyValues in plugins/
restful/ RestfulEntityBase.php - Set properties of the entity based on the request, and save the entity.
- RestfulEntityBase::viewEntity in plugins/
restful/ RestfulEntityBase.php - View an entity.
- RestfulEntityBaseMultipleBundles::getList in plugins/
restful/ RestfulEntityBaseMultipleBundles.php - Overrides RestfulEntityBase::getList().