- backdrop_html_class in core/
includes/ common.inc - Prepares a string for use as a valid class name.
- CommonHTMLIdentifierTestCase::testBackdropCleanCSSIdentifier in core/
modules/ simpletest/ tests/ common.test - Tests that backdrop_clean_css_identifier() cleans the identifier properly.
- drupal_clean_css_identifier in core/
includes/ drupal.inc - Prepares a string for use as a CSS identifier (element, class, or ID name).
- FieldBlockTestCase::testFieldBlock in core/
modules/ field/ tests/ field.test - Check special conditions around the main content block.
- filter_format_editor_link_form_validate in core/
modules/ filter/ filter.pages.inc - Validate handler for filter_format_editor_link_form().
- LayoutRendererStandard::renderRegion in core/
modules/ layout/ plugins/ renderers/ layout_renderer_standard.inc - Render a single layout region.
- template_preprocess_block in core/
modules/ layout/ layout.theme.inc - Prepares variables for block templates.
- template_preprocess_block_dynamic in core/
modules/ layout/ layout.theme.inc - Prepares variables for block-dynamic templates.
- template_preprocess_ckeditor_settings_toolbar in core/
modules/ ckeditor/ ckeditor.theme.inc - Preprocess variables for theme_ckeditor_settings_toolbar().
- template_preprocess_taxonomy_term in core/
modules/ taxonomy/ taxonomy.theme.inc - Process variables for taxonomy-term.tpl.php.
- template_preprocess_views_ui_display_tab_bucket in core/
modules/ views_ui/ views_ui.theme.inc - template_preprocess_views_view in core/
modules/ views/ templates/ views.theme.inc - Preprocess the primary theme implementation for a view.
- template_preprocess_views_view_fields in core/
modules/ views/ templates/ views.theme.inc - Preprocess theme function to print a single record from a row, with fields
- template_preprocess_views_view_list in core/
modules/ views/ templates/ views.theme.inc - Display the view as an HTML list element
- template_preprocess_views_view_table in core/
modules/ views/ templates/ views.theme.inc - Display a view as a table style.
- theme_admin_bar_links in core/
modules/ admin_bar/ admin_bar.theme.inc - Render a themed list of links.
- theme_admin_block in core/
modules/ system/ system.theme.inc - Returns HTML for an administrative block for display.
- views_ajax_form_wrapper in core/
modules/ views/ includes/ ajax.inc - Wrapper around backdrop_build_form to handle some AJAX stuff automatically. This makes some assumptions about the client.
- views_clean_css_identifier in core/
includes/ drupal.inc - Drupal-compatible wrapper for creating safe CSS identifiers.
- views_exposed_form in core/
modules/ views/ views.module - Form builder for the exposed widgets form.
- views_plugin_style::get_row_class in core/
modules/ views/ plugins/ views_plugin_style.inc - Return the token replaced row class for the specified row.
- views_theme in core/
modules/ views/ views.module - Implement hook_theme(). Register views theme functions.
- views_ui_edit_form_get_bucket in core/
modules/ views_ui/ views_ui.admin.inc - Add information about a section to a display.
- views_ui_edit_form_get_build_from_option in core/
modules/ views_ui/ views_ui.admin.inc - Build a renderable array representing one option on the configure form.
- _layout_clean_custom_css in core/
modules/ layout/ layout.module - Utility function to clean CSS for Layout UI.
- _link_sanitize in core/
modules/ link/ link.module - Clean up user-entered values for a link field according to field settings.
- _views_tokenized_clean_css_identifier in core/
modules/ views/ views.module - Cleans a CSS identifier, taking into account views tokenization.