taxonomy_field_widget_info_alter

Versions
7
taxonomy_field_widget_info_alter(&$info)

Implements hook_field_widget_info_alter().

Code

modules/taxonomy/taxonomy.module, line 1005

<?php
function taxonomy_field_widget_info_alter(&$info) {
  $info['options_select']['field types'][] = 'taxonomy_term';
  $info['options_buttons']['field types'][] = 'taxonomy_term';
}
?>
Login or register to post comments
 
 

All source code and documentation on this site is released under the terms of the GNU General Public License, version 2 and later. Drupal is a registered trademark of Dries Buytaert.