19 calls to RestfulBase::getAccount() in RESTful 7
- RestfulAccessTokenAuthentication::getOrCreateToken in modules/
restful_token_auth/ plugins/ restful/ restful_token_auth/ token_auth/ access_token/ 1.0/ RestfulAccessTokenAuthentication.class.php - Create a token for a user, and return its value.
- RestfulBase::addExtraInfoToQuery in plugins/
restful/ RestfulBase.php - Adds query tags and metadata to the EntityFieldQuery.
- RestfulBase::generateCacheId in plugins/
restful/ RestfulBase.php - Generate a cache identifier for the request and the current context.
- RestfulCsrfTokenResource::access in plugins/
restful/ csrf/ RestfulCsrfTokenResource.class.php - Overrides RestfulBase::access().
- RestfulDataProviderDbQuery::addExtraInfoToQuery in plugins/
restful/ RestfulDataProviderDbQuery.php - Adds query tags and metadata to the EntityFieldQuery.
- RestfulEntityBase::checkEntityAccess in plugins/
restful/ RestfulEntityBase.php - Check access to CRUD an entity.
- RestfulEntityBase::checkPropertyAccess in plugins/
restful/ RestfulEntityBase.php - Check access on a property.
- RestfulEntityBase::getQueryForAutocomplete in plugins/
restful/ RestfulEntityBase.php - Request the query object to get a list for autocomplete.
- RestfulEntityBase::getValueFromResource in plugins/
restful/ RestfulEntityBase.php - Get value from an entity reference field with "resource" property.
- RestfulEntityBaseMultipleBundles::getList in plugins/
restful/ RestfulEntityBaseMultipleBundles.php - Overrides RestfulEntityBase::getList().
- RestfulEntityBaseUser::getList in plugins/
restful/ RestfulEntityBaseUser.php - Overrides \RestfulEntityBase::getList().
- RestfulEntityTaxonomyTermTags::checkEntityAccess in modules/
restful_example/ plugins/ restful/ taxonomy_term/ tags/ 1.0/ RestfulEntityTaxonomyTermTags.class.php - Overrides \RestfulEntityBaseTaxonomyTerm::checkEntityAccess().
- RestfulEntityTaxonomyTermTestTags::checkEntityAccess in tests/
modules/ restful_test/ plugins/ restful/ taxonomy_term/ test_tags/ 1.0/ RestfulEntityTaxonomyTermTestTags.class.php - Overrides \RestfulEntityBaseTaxonomyTerm::checkEntityAccess().
- RestfulFilesUpload::access in plugins/
restful/ RestfulFilesUpload.php - Overrides RestfulEntityBase::access().
- RestfulFilesUpload::fileSaveUpload in plugins/
restful/ RestfulFilesUpload.php - An adaptation of file_save_upload() that includes more verbose errors.
- RestfulUserLoginCookie::loginAndRespondWithCookie in plugins/
restful/ user/ login_cookie/ 1.0/ RestfulUserLoginCookie.class.php - Login a user and return a JSON along with the authentication cookie.
- RestfulUserLoginCookie::loginUser in plugins/
restful/ user/ login_cookie/ 1.0/ RestfulUserLoginCookie.class.php - Log the user.
- RestfulVariableResource::access in modules/
restful_example/ plugins/ restful/ variable/ 1.0/ RestfulVariableResource.class.php - Determine if user can access the handler.
- RestfulWatchdogResource::access in modules/
restful_example/ plugins/ restful/ db_query/ watchdog/ 1.0/ RestfulWatchdogResource.class.php - Determine if user can access the handler.