13 calls to drupal_html_id()

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