29 calls to RestfulPluginBase::getPluginKey() in RESTful 7
- RestfulAuthenticationBase::getName in plugins/
authentication/ RestfulAuthenticationBase.php - Get the name of the authentication plugin.
- RestfulAuthenticationBase::__construct in plugins/
authentication/ RestfulAuthenticationBase.php - Constructor.
- RestfulAuthenticationToken::applies in modules/
restful_token_auth/ plugins/ authentication/ RestfulAuthenticationToken.class.php - Determines if the request can be checked for authentication. For example, when authenticating with HTTP header, return FALSE if the header values do not exist.
- RestfulAuthenticationToken::authenticate in modules/
restful_token_auth/ plugins/ authentication/ RestfulAuthenticationToken.class.php - Authenticate the request by trying to match a user.
- RestfulBase::accessByAllowOrigin in plugins/
restful/ RestfulBase.php - Checks access based on the referer header and the allow_origin setting.
- RestfulBase::cacheInvalidate in plugins/
restful/ RestfulBase.php - Invalidates cache for a certain entity.
- RestfulBase::clearRenderedCache in plugins/
restful/ RestfulBase.php - Clear an entry from the rendered cache.
- RestfulBase::generateCacheId in plugins/
restful/ RestfulBase.php - Generate a cache identifier for the request and the current context.
- RestfulBase::getRenderedCache in plugins/
restful/ RestfulBase.php - Get an entry from the rendered cache.
- RestfulBase::getResourceName in plugins/
restful/ RestfulBase.php - Return the resource name.
- RestfulBase::getVersion in plugins/
restful/ RestfulBase.php - Return array keyed with the major and minor version of the resource.
- RestfulBase::newCacheObject in plugins/
restful/ RestfulBase.php - Get the default cache object based on the plugin configuration.
- 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::parseRequestForListSort in plugins/
restful/ RestfulBase.php - Parses the request to get the sorting options.
- RestfulBase::processDataProviderOptions in plugins/
restful/ RestfulBase.php - Process plugin options by validation keys exists, and set default values.
- RestfulBase::setRenderedCache in plugins/
restful/ RestfulBase.php - Store an entry in the rendered cache.
- RestfulBase::__construct in plugins/
restful/ RestfulBase.php - Constructs a RestfulEntityBase object.
- RestfulDataProviderEFQ::__construct in plugins/
restful/ RestfulDataProviderEFQ.php - Constructs a RestfulDataProviderEFQ object.
- RestfulEntityBase::createEntity in plugins/
restful/ RestfulEntityBase.php - Create a new entity.
- 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::getQueryForAutocomplete in plugins/
restful/ RestfulEntityBase.php - Request the query object to get a list for autocomplete.
- RestfulEntityBase::isValidEntity in plugins/
restful/ RestfulEntityBase.php - Determine if an entity is valid, and accessible.
- RestfulEntityBase::publicFieldsInfo in plugins/
restful/ RestfulEntityBase.php - Return the properties that should be public.
- RestfulExampleRoleResource::getQueryForList in modules/
restful_example/ plugins/ restful/ node/ per_role_content/ 1.0/ RestfulExampleRoleResource.class.php - Overrides \RestfulEntityBase::getQueryForList().
- RestfulFilesUpload::fileSaveUpload in plugins/
restful/ RestfulFilesUpload.php - An adaptation of file_save_upload() that includes more verbose errors.
- RestfulFilesUpload::__construct in plugins/
restful/ RestfulFilesUpload.php - Overrides \RestfulEntityBase::__construct()
- RestfulFormatterHalJson::getCurie in plugins/
formatter/ hal_json/ RestfulFormatterHalJson.class.php - Checks if the current plugin has a defined curie.