drupalgap_user_registrationpassword.module in DrupalGap 7
Same filename and directory in other branches
File
modules/drupalgap_user_registrationpassword/drupalgap_user_registrationpassword.moduleView source
<?php
/**
* Implements hook_services_request_postprocess_alter().
*/
function drupalgap_user_registrationpassword_drupalgap_site_settings($names) {
$names[] = 'user_registrationpassword_registration';
return $names;
}
Functions
Name | Description |
---|---|
drupalgap_user_registrationpassword_drupalgap_site_settings | Implements hook_services_request_postprocess_alter(). |