form_get_error

Related topics

Namesort iconDescription
Form generationFunctions to enable the processing and display of HTML forms.

Functions that call form_get_error()

Namesort iconLocationDescription
form_get_errorincludes/form.incReturn the error message filed against the form with the specified name.
_form_set_classincludes/form.incSets a form element's class attribute.

Functions called by form_get_error()

Namesort iconLocationDescription
form_get_errorincludes/form.incReturn the error message filed against the form with the specified name.
form_set_errorincludes/form.incFile an error against a form element. If the name of the element is edit[foo][bar] then you may pass either foo or foo][bar as $name foo will set an error for all its children.
 
 

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.