function js_displace_preprocess_html

Same name in other branches
  1. 10 core/modules/system/tests/modules/js_displace/js_displace.module \js_displace_preprocess_html()

Implements hook_preprocess_html().

File

core/modules/system/tests/modules/js_displace/js_displace.module, line 13

Code

function js_displace_preprocess_html(&$variables) {
    $variables['#attached']['library'][] = 'core/drupal.displace';
}

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