function taxonomy_field_widget_info_alter
Implements hook_field_widget_info_alter().
Archivo
- drupal-7.x/
modules/ taxonomy/ taxonomy.module, line 1475 - Enables the organization of content into categories.
Código
function taxonomy_field_widget_info_alter(&$info) {
$info['options_select']['field types'][] = 'taxonomy_term_reference';
$info['options_buttons']['field types'][] = 'taxonomy_term_reference';
}