function taxonomy_field_widget_error

taxonomy_field_widget_error($element, $error, $form, &$form_state)

Implements hook_field_widget_error().

File

modules/taxonomy/taxonomy.module, line 1794
Enables the organization of content into categories.

Code

function taxonomy_field_widget_error($element, $error, $form, &$form_state) {
  form_error($element, $error['message']);
}

© 2001–2016 by the original authors
Licensed under the GNU General Public License, version 2 and later.
Drupal is a registered trademark of Dries Buytaert.
https://api.drupal.org/api/drupal/modules!taxonomy!taxonomy.module/function/taxonomy_field_widget_error/7.x