Loading olivero.theme +0 −4 Original line number Diff line number Diff line Loading @@ -204,10 +204,6 @@ function olivero_theme_suggestions_block_alter(&$suggestions, array $variables) /** * Implements hook_preprocess_HOOK() for menu-local-tasks templates. * * Use preprocess hook to set #attached to child elements * because they will be processed by Twig and drupal_render will * be invoked. */ function olivero_preprocess_menu_local_tasks(&$variables) { foreach (Element::children($variables['primary']) as $key) { Loading Loading
olivero.theme +0 −4 Original line number Diff line number Diff line Loading @@ -204,10 +204,6 @@ function olivero_theme_suggestions_block_alter(&$suggestions, array $variables) /** * Implements hook_preprocess_HOOK() for menu-local-tasks templates. * * Use preprocess hook to set #attached to child elements * because they will be processed by Twig and drupal_render will * be invoked. */ function olivero_preprocess_menu_local_tasks(&$variables) { foreach (Element::children($variables['primary']) as $key) { Loading