18 calls to drupal_clean_css_identifier()

DialogController::dialog in drupal/core/lib/Drupal/Core/Controller/DialogController.php
Displays content in a dialog.
drupal_html_class in drupal/core/includes/common.inc
Prepares a string for use as a valid class name.
ExposedFormTest::testExposedFormRender in drupal/core/modules/views/lib/Drupal/views/Tests/Plugin/ExposedFormTest.php
Tests the exposed form markup.
FieldPluginBase::elementClasses in drupal/core/modules/views/lib/Drupal/views/Plugin/views/field/FieldPluginBase.php
Return the class of the field.
FieldPluginBase::elementLabelClasses in drupal/core/modules/views/lib/Drupal/views/Plugin/views/field/FieldPluginBase.php
Return the class of the field's label.
FieldPluginBase::elementWrapperClasses in drupal/core/modules/views/lib/Drupal/views/Plugin/views/field/FieldPluginBase.php
Return the class of the field's wrapper.
FileFieldWidgetTest::testSingleValuedWidget in drupal/core/modules/file/lib/Drupal/file/Tests/FileFieldWidgetTest.php
Tests upload and remove buttons for a single-valued File field.
HtmlIdentifierUnitTest::testDrupalCleanCSSIdentifier in drupal/core/modules/system/lib/Drupal/system/Tests/Common/HtmlIdentifierUnitTest.php
Tests that drupal_clean_css_identifier() cleans the identifier properly.
StylePluginBase::getRowClass in drupal/core/modules/views/lib/Drupal/views/Plugin/views/style/StylePluginBase.php
Return the token replaced row class for the specified row.
template_preprocess_views_view in drupal/core/modules/views/views.theme.inc
Prepares variables for view templates.
template_preprocess_views_view_fields in drupal/core/modules/views/views.theme.inc
Prepares variables for views fields templates.
template_preprocess_views_view_table in drupal/core/modules/views/views.theme.inc
Prepares variables for views table templates.
TourRenderController::viewMultiple in drupal/core/modules/tour/lib/Drupal/tour/TourRenderController.php
Overrides \Drupal\Core\Entity\EntityRenderController::viewMultiple().
ViewEditFormController::buildOptionForm in drupal/core/modules/views_ui/lib/Drupal/views_ui/ViewEditFormController.php
Build a renderable array representing one option on the edit form.
ViewEditFormController::getFormBucket in drupal/core/modules/views_ui/lib/Drupal/views_ui/ViewEditFormController.php
Add information about a section to a display.
views_ajax_form_wrapper in drupal/core/modules/views/includes/ajax.inc
Wrapper around drupal_build_form to handle some AJAX stuff automatically. This makes some assumptions about the client.
views_exposed_form in drupal/core/modules/views/views.module
Form builder for the exposed widgets form.
views_theme in drupal/core/modules/views/views.module
Implement hook_theme(). Register views theming functions.