function claro_preprocess_filter_tips

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

Implements template_preprocess_HOOK() for filter_tips.

File

core/themes/claro/claro.theme, line 1002

Code

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

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.