17 calls to drupal_html_id()

ArgumentPluginBase::processContainerRadios in drupal/core/modules/views/lib/Drupal/views/Plugin/views/argument/ArgumentPluginBase.php
Custom form radios process function.
CommentFormController::form in drupal/core/modules/comment/lib/Drupal/comment/CommentFormController.php
Overrides Drupal\Core\Entity\EntityFormController::form().
DisplayPluginBase::optionLink in drupal/core/modules/views/lib/Drupal/views/Plugin/views/display/DisplayPluginBase.php
Because forms may be split up into sections, this provides an easy URL to exactly the right section. Don't override this.
drupal_prepare_form in drupal/core/includes/form.inc
Prepares a structured form array.
drupal_pre_render_link in drupal/core/includes/common.inc
Pre-render callback: Renders a link into #markup.
FileWidget::formMultipleElements in drupal/core/modules/file/lib/Drupal/file/Plugin/field/widget/FileWidget.php
Overrides \Drupal\field\Plugin\Type\Widget\WidgetBase::formMultipleElements().
form_builder in drupal/core/includes/form.inc
Builds and processes all elements in the structured form array.
form_process_container in drupal/core/includes/form.inc
Processes a container element.
form_process_radios in drupal/core/includes/form.inc
Expands a radios element into individual radio elements.
form_process_tableselect in drupal/core/includes/form.inc
Creates checkbox or radio elements to populate a tableselect table.
form_test_load_include_menu in drupal/core/modules/system/tests/modules/form_test/form_test.file.inc
Form constructor for testing FAPI file inclusion of the file specified in hook_menu().
HtmlIdentifierUnitTest::testDrupalHTMLId in drupal/core/modules/system/lib/Drupal/system/Tests/Common/HtmlIdentifierUnitTest.php
Tests that drupal_html_id() cleans the ID properly.
Table::buildOptionsForm in drupal/core/modules/views/lib/Drupal/views/Plugin/views/style/Table.php
Render the given style.
template_preprocess_block in drupal/core/modules/block/block.module
Processes variables for block.tpl.php.
theme_field_multiple_value_form in drupal/core/modules/field/field.form.inc
Returns HTML for an individual form element.
views_exposed_form in drupal/core/modules/views/views.module
Form builder for the exposed widgets form.
WidgetBase::formMultipleElements in drupal/core/modules/field/lib/Drupal/field/Plugin/Type/Widget/WidgetBase.php
Special handling to create form elements for multiple values.