You are here

function hook_rate_widget_insert in Rate 7

Take actions before saving rate widget to the database.

Parameters

object $widget Widget object:

array $values Values from $form_state['values']:

1 function implements hook_rate_widget_insert()

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_insert in expiration/rate_expiration.module
Implements hook_rate_widget_insert().

File

./rate.hooks.inc, line 67
Defines module hooks.

Code

function hook_rate_widget_insert(&$widget, $values) {
}