You are here

18 calls to RestfulDataProviderEFQ::getEntityType() 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.
RestfulDataProviderEFQ::addExtraInfoToQuery in plugins/restful/RestfulDataProviderEFQ.php
Adds query tags and metadata to the EntityFieldQuery.
RestfulDataProviderEFQ::getColumnFromProperty in plugins/restful/RestfulDataProviderEFQ.php
Get the DB column name from a property.
RestfulDataProviderEFQ::getEntityFieldQuery in plugins/restful/RestfulDataProviderEFQ.php
Initialize an EntityFieldQuery (or extending class).
RestfulDataProviderEFQ::getEntityInfo in plugins/restful/RestfulDataProviderEFQ.php
Get the entity info for the current entity the endpoint handling.
RestfulDataProviderEFQ::getQueryForList in plugins/restful/RestfulDataProviderEFQ.php
Prepare a query for RestfulEntityBase::getList().
RestfulEntityBase::clearResourceRenderedCacheEntity in plugins/restful/RestfulEntityBase.php
Clear all caches corresponding to the current resource for a given entity.
RestfulEntityBase::getEntityCacheTags in plugins/restful/RestfulEntityBase.php
The array of parameters by which entities should be cached.
RestfulEntityBase::getFieldInfoAndFormSchema in plugins/restful/RestfulEntityBase.php
Get the field info, data and form element
RestfulEntityBase::getFormSchemaAllowedValues in plugins/restful/RestfulEntityBase.php
Get allowed values for the form schema.
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::getQueryResultForAutocomplete in plugins/restful/RestfulEntityBase.php
Returns the result of a query for the auto complete.
RestfulEntityBase::getValueFromFieldFormatter in plugins/restful/RestfulEntityBase.php
Get value from a field rendered by Drupal field API's formatter.
RestfulEntityBase::propertyValuesPreprocessText in plugins/restful/RestfulEntityBase.php
Preprocess value for "Text" related field types.
RestfulEntityBase::publicFieldsInfo in plugins/restful/RestfulEntityBase.php
Return the properties that should be public.
RestfulEntityBaseMultipleBundles::getList in plugins/restful/RestfulEntityBaseMultipleBundles.php
Overrides RestfulEntityBase::getList().
RestfulRefreshTokenAuthentication::refreshToken in modules/restful_token_auth/plugins/restful/restful_token_auth/token_auth/refresh_token/1.0/RestfulRefreshTokenAuthentication.class.php
Create a token for a user, and return its value.