You are here

function drupalgap_user_registrationpassword_drupalgap_site_settings in DrupalGap 7.2

Same name and namespace in other branches
  1. 7 modules/drupalgap_user_registrationpassword/drupalgap_user_registrationpassword.module \drupalgap_user_registrationpassword_drupalgap_site_settings()

Implements hook_services_request_postprocess_alter().

File

modules/drupalgap_user_registrationpassword/drupalgap_user_registrationpassword.module, line 6

Code

function drupalgap_user_registrationpassword_drupalgap_site_settings($names) {
  $names[] = 'user_registrationpassword_registration';
  return $names;
}