7 calls to RestfulBase::getMethod() 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::getControllerFromPath in plugins/
restful/ RestfulBase.php - Return the controller from a given path.
- RestfulBase::isListRequest in plugins/
restful/ RestfulBase.php - Helper method to know if the current request is for a list.
- RestfulDataProviderDbQuery::mapDbRowToPublicFields in plugins/
restful/ RestfulDataProviderDbQuery.php - Prepares the output array from the database row object.
- RestfulEntityBase::addDefaultValuesToPublicFields in plugins/
restful/ RestfulEntityBase.php - Add default values to the public fields array.
- RestfulEntityBase::checkPropertyAccess in plugins/
restful/ RestfulEntityBase.php - Check access on a property.