You are here

function field_timer_field_widget_info_alter in Field Timer 7

Same name and namespace in other branches
  1. 7.2 field_timer.module \field_timer_field_widget_info_alter()

Implements hook_field_widget_info_alter().

File

./field_timer.module, line 89
Main module file.

Code

function field_timer_field_widget_info_alter(&$info) {
  $info['options_select']['field types'][] = 'field_timer';
  $info['options_buttons']['field types'][] = 'field_timer';
}