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_errordrupal/includes/form.incReturn the error message filed against the form with the specified name.
_form_set_classdrupal/includes/form.incSets a form element's class attribute.
_form_set_classdrupal/includes/form.incSets a form element's class attribute.

Functions called by form_get_error()

Namesort iconLocationDescription
form_get_errordrupal/includes/form.incReturn the error message filed against the form with the specified name.
form_set_errordrupal/includes/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.
form_set_errordrupal/includes/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.