function umami_preprocess_menu_local_task
Same name in other branches
- 11.x core/profiles/demo_umami/themes/umami/umami.theme \umami_preprocess_menu_local_task()
Implements hook_preprocess_menu_local_task().
File
-
core/
profiles/ demo_umami/ themes/ umami/ umami.theme, line 124
Code
function umami_preprocess_menu_local_task(&$variables) {
$variables['link']['#options']['attributes']['class'][] = 'tabs__link';
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.