function mostpopular_service_save in Drupal Most Popular 7
4 calls to mostpopular_service_save()
- mostpopular_refresh in ./
mostpopular.module - Refreshes data from each service by invoking the refresh callback for each service.
- mostpopular_services_admin_form_add_service in ./
mostpopular.services.inc - mostpopular_services_admin_form_submit in ./
mostpopular.services.inc - mostpopular_service_config_form_submit in ./
mostpopular.services.inc
File
- ./
mostpopular.module, line 497 - The main file for the Most Popular module.
Code
function mostpopular_service_save($service) {
_mostpopular_save('service', $service);
}