function taxonomy_field_widget_info_alter

Implements hook_field_widget_info_alter().

File

drupal/core/modules/taxonomy/taxonomy.module, line 1035
Enables the organization of content into categories.

Code

function taxonomy_field_widget_info_alter(&$info) {
  $info['options_select']['field_types'][] = 'taxonomy_term_reference';
  $info['options_buttons']['field_types'][] = 'taxonomy_term_reference';
}