1 taxonomy.module | taxonomy_field_widget_info_alter(&$info) |
Implements hook_field_widget_info_alter().
File
- core/
modules/ taxonomy/ taxonomy.module, line 1454 - 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';
}