You are here

23 calls to RestfulBase::getPublicFields() in RESTful 7

RestfulBase::options in plugins/restful/RestfulBase.php
Call resource using the OPTIONS http method.
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.
RestfulCsrfTokenResource::index in plugins/restful/csrf/RestfulCsrfTokenResource.class.php
Get a list of entities.
RestfulDataProviderCToolsPlugins::getPluginsSortedAndFiltered in plugins/restful/RestfulDataProviderCToolsPlugins.php
Gets the plugins filtered and sorted by the request.
RestfulDataProviderCToolsPlugins::view in plugins/restful/RestfulDataProviderCToolsPlugins.php
@todo: We should generalize this, as it's repeated often.
RestfulDataProviderDbQuery::create in plugins/restful/RestfulDataProviderDbQuery.php
Create an item from the request object.
RestfulDataProviderDbQuery::getPropertyColumnForQuery in plugins/restful/RestfulDataProviderDbQuery.php
Return the column name that should be used for query.
RestfulDataProviderDbQuery::mapDbRowToPublicFields in plugins/restful/RestfulDataProviderDbQuery.php
Prepares the output array from the database row object.
RestfulDataProviderDbQuery::queryForListFilter in plugins/restful/RestfulDataProviderDbQuery.php
Filter the query for list.
RestfulDataProviderDbQuery::queryForListSort in plugins/restful/RestfulDataProviderDbQuery.php
Sort the query for list.
RestfulDataProviderDbQuery::update in plugins/restful/RestfulDataProviderDbQuery.php
Update an item based on the request object.
RestfulDataProviderEFQ::queryForListFilter in plugins/restful/RestfulDataProviderEFQ.php
Filter the query for list.
RestfulDataProviderEFQ::queryForListSort in plugins/restful/RestfulDataProviderEFQ.php
Sort the query for list.
RestfulDataProviderVariable::applyListSort in plugins/restful/RestfulDataProviderVariable.php
Sort the list of variables.
RestfulDataProviderVariable::mapVariableToPublicFields in plugins/restful/RestfulDataProviderVariable.php
Maps variable names and values to public fields.
RestfulDataProviderVariable::variableSet in plugins/restful/RestfulDataProviderVariable.php
Sets a variable value.
RestfulEntityBase::checkPropertyAccessByAccessCallbacks in plugins/restful/RestfulEntityBase.php
Check access on property by the defined access callbacks.
RestfulEntityBase::createEntityFromReference in plugins/restful/RestfulEntityBase.php
Helper function; Create an entity from a a sub-resource.
RestfulEntityBase::entityValidate in plugins/restful/RestfulEntityBase.php
Validate an entity before it is saved.
RestfulEntityBase::getEntityIdByFieldId in plugins/restful/RestfulEntityBase.php
Get the entity ID based on the ID provided in the request.
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.