You are here

function claro_preprocess_filter_tips in Drupal 9

Same name and namespace in other branches
  1. 8 core/themes/claro/claro.theme \claro_preprocess_filter_tips()
  2. 10 core/themes/claro/claro.theme \claro_preprocess_filter_tips()

Implements template_preprocess_HOOK() for filter_tips.

File

core/themes/claro/claro.theme, line 982
Functions to support theming in the Claro theme.

Code

function claro_preprocess_filter_tips(&$variables) {
  $variables['#attached']['library'][] = 'filter/drupal.filter';
}