form_clean_id

Related topics

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

Functions that call form_clean_id()

Namesort iconLocationDescription
drupal_prepare_formdrupal/includes/form.incPrepares a structured form array by adding required elements, executing any hook_form_alter functions, and optionally inserting a validation token to prevent tampering.
drupal_prepare_formdrupal/includes/form.incPrepares a structured form array by adding required elements, executing any hook_form_alter functions, and optionally inserting a validation token to prevent tampering.
form_builderdrupal/includes/form.incAdds some required properties to each form element, which are used internally in the form API. This function also automatically assigns the value property from the $edit array, provided the element doesn't already have an assigned value.
form_builderdrupal/includes/form.incAdds some required properties to each form element, which are used internally in the form API. This function also automatically assigns the value property from the $edit array, provided the element doesn't already have an assigned value.
form_clean_iddrupal/includes/form.incRemove invalid characters from an HTML ID attribute string.

Functions called by form_clean_id()

Namesort iconLocationDescription
form_clean_iddrupal/includes/form.incRemove invalid characters from an HTML ID attribute string.