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_formincludes/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_process_formincludes/form.incThis function is the heart of form API. The form gets built, validated and in appropriate cases, submitted.
expand_radiosincludes/form.incRoll out a single radios element to a list of radios, using the options array as index.
filter_formmodules/filter/filter.moduleGenerate a selector for choosing a format in a form. See alsofilter_form_validate()
form_clean_idincludes/form.incPrepare an HTML ID attribute string for a form item.
template_preprocess_pageincludes/theme.incProcess variables for page.tpl.php
_form_builder_handle_input_elementincludes/form.incPopulate the #value and #name properties of input elements so they can be processed and rendered. Also, execute any #process handlers attached to a specific element.

Functions called by form_clean_id()

Namesort iconLocationDescription
form_clean_idincludes/form.incPrepare an HTML ID attribute string for a form item.
 
 

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.