13 calls to drupal_html_id() in Drupal 7
- comment_form in modules/
comment/ comment.module - Generate the basic commenting form, for appending to a node or display on a separate page.
- DrupalHTMLIdentifierTestCase::testDrupalHTMLId in modules/
simpletest/ tests/ common.test - Tests that drupal_html_id() cleans the ID properly.
- drupal_prepare_form in includes/
form.inc - Prepares a structured form array.
- drupal_pre_render_link in includes/
common.inc - #pre_render callback to render a link into #markup.
- field_multiple_value_form in modules/
field/ field.form.inc - Special handling to create form elements for multiple values.
- form_builder in includes/
form.inc - Builds and processes all elements in the structured form array.
- form_process_container in includes/
form.inc - Processes a container element.
- form_process_radios in includes/
form.inc - Expands a radios element into individual radio elements.
- form_process_tableselect in includes/
form.inc - Creates checkbox or radio elements to populate a tableselect table.
- form_test_load_include_menu in modules/
simpletest/ tests/ form_test.file.inc - Form constructor for testing FAPI file inclusion of the file specified in hook_menu().
- ProfileTestAutocomplete::testAutocomplete in modules/
profile/ profile.test - Tests profile field autocompletion and access.
- template_preprocess_block in modules/
block/ block.module - Processes variables for block.tpl.php.
- theme_field_multiple_value_form in modules/
field/ field.form.inc - Returns HTML for an individual form element.