function bartik_preprocess_menu
Implements hook_preprocess_HOOK() for menu.html.twig.
File
- 
              core/themes/ bartik/ bartik.theme, line 101 
Code
function bartik_preprocess_menu(&$variables) {
  $variables['attributes']['class'][] = 'clearfix';
}Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.
