You are here

22 calls to Html::cleanCssIdentifier() in Drupal 8

ExposedFormRenderTest::testExposedFormRender in core/modules/views/tests/src/Kernel/Plugin/ExposedFormRenderTest.php
Tests the exposed form markup.
ExposedFormTest::getExpectedExposedFormId in core/modules/views/tests/src/Functional/Plugin/ExposedFormTest.php
Returns a views exposed form ID.
FieldPluginBase::elementClasses in core/modules/views/src/Plugin/views/field/FieldPluginBase.php
Returns the class of the field.
FieldPluginBase::elementLabelClasses in core/modules/views/src/Plugin/views/field/FieldPluginBase.php
Returns the class of the field's label.
FieldPluginBase::elementWrapperClasses in core/modules/views/src/Plugin/views/field/FieldPluginBase.php
Returns the class of the field's wrapper.
Grid::getCustomClass in core/modules/views/src/Plugin/views/style/Grid.php
Return the token-replaced row or column classes for the specified result.
Html::getClass in core/lib/Drupal/Component/Utility/Html.php
Prepares a string for use as a valid class name.
HtmlTest::testCleanCssIdentifier in core/tests/Drupal/Tests/Component/Utility/HtmlTest.php
Tests the Html::cleanCssIdentifier() method.
LinkFieldUITest::getFieldHtml in core/modules/link/tests/src/Functional/LinkFieldUITest.php
Returns the raw HTML for the given field.
MediaReferenceFieldHelpTest::testFieldCreationHelpText in core/modules/media/tests/src/FunctionalJavascript/MediaReferenceFieldHelpTest.php
Test our custom help texts when creating a field.
MediaTypeCreationTest::testMediaTypeCreationFormWithDefaultField in core/modules/media/tests/src/FunctionalJavascript/MediaTypeCreationTest.php
Tests the media type creation form.
StandardTest::testStandard in core/profiles/standard/tests/src/Functional/StandardTest.php
Tests Standard installation profile.
StylePluginBase::getRowClass in core/modules/views/src/Plugin/views/style/StylePluginBase.php
Return the token replaced row class for the specified row.
template_preprocess_views_view in core/modules/views/views.theme.inc
Prepares variables for view templates.
template_preprocess_views_view_fields in core/modules/views/views.theme.inc
Prepares variables for views fields templates.
template_preprocess_views_view_table in core/modules/views/views.theme.inc
Prepares variables for views table templates.
TourViewBuilder::viewMultiple in core/modules/tour/src/TourViewBuilder.php
Builds the render array for the provided entities.
ViewEditForm::buildOptionForm in core/modules/views_ui/src/ViewEditForm.php
Build a renderable array representing one option on the edit form.
ViewEditForm::getFormBucket in core/modules/views_ui/src/ViewEditForm.php
Add information about a section to a display.
ViewsExposedForm::buildForm in core/modules/views/src/Form/ViewsExposedForm.php
Form constructor.
ViewsFormBase::ajaxFormWrapper in core/modules/views_ui/src/Form/Ajax/ViewsFormBase.php
Wrapper for handling AJAX forms.
views_theme in core/modules/views/views.module
Implements hook_theme().