7 calls to RestfulBase::executeCallback() in RESTful 7
- RestfulBase::getControllerFromPath in plugins/
restful/ RestfulBase.php - Return the controller from a given path.
- RestfulCsrfTokenResource::index in plugins/
restful/ csrf/ RestfulCsrfTokenResource.class.php - Get a list of entities.
- RestfulDataProviderCToolsPlugins::view in plugins/
restful/ RestfulDataProviderCToolsPlugins.php - @todo: We should generalize this, as it's repeated often.
- RestfulDataProviderDbQuery::mapDbRowToPublicFields in plugins/
restful/ RestfulDataProviderDbQuery.php - Prepares the output array from the database row object.
- RestfulDataProviderVariable::mapVariableToPublicFields in plugins/
restful/ RestfulDataProviderVariable.php - Maps variable names and values to public fields.
- RestfulEntityBase::checkPropertyAccessByAccessCallbacks in plugins/
restful/ RestfulEntityBase.php - Check access on property by the defined access callbacks.
- RestfulEntityBase::viewEntity in plugins/
restful/ RestfulEntityBase.php - View an entity.