taxonomy_field_widget_error

Versions
7
taxonomy_field_widget_error($element, $error)

Implement hook_field_widget_error().

Code

modules/taxonomy/taxonomy.module, line 1287

<?php
function taxonomy_field_widget_error($element, $error) {
  form_error($element, $error['message']);
}
?>
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.