function services_raw_services_resources in Services Client 7.2
Same name and namespace in other branches
- 7 services_raw/services_raw.module \services_raw_services_resources()
Implements services_resources().
File
- services_raw/
services_raw.module, line 36 - Services Raw module provides alternative for saving different Drupal objects like nodes or users using direct API functiona calls instead of saving / updating objects with drupal_form_execute function.
Code
function services_raw_services_resources() {
module_load_include('inc', 'services_raw');
return _services_raw_services_resources();
}