function hook_rate_widget_update in Rate 7
Take actions before updating rate widget.
Parameters
object $widget Widget object:
array $values Values from $form_state['values']:
1 function implements hook_rate_widget_update()
Note: this list is generated by pattern matching, so it may include some functions that are not actually implementations of this hook.
- rate_expiration_rate_widget_update in expiration/
rate_expiration.module - Implements hook_rate_widget_update().
File
- ./
rate.hooks.inc, line 77 - Defines module hooks.
Code
function hook_rate_widget_update(&$widget, $values) {
}