Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. claro.theme

function claro_preprocess_toolbar

Implements hook_preprocess_toolbar().

This is also called by system_preprocess_toolbar() in instances where Claro is the admin theme but not the active theme.

See also

system_preprocess_toolbar()

1 call to claro_preprocess_toolbar()
system_preprocess_toolbar in core/modules/system/system.module
Implements hook_preprocess_toolbar().

File

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

Code

function claro_preprocess_toolbar(&$variables, $hook, $info) : void {
    $variables['attributes']['data-drupal-claro-processed-toolbar'] = TRUE;
}
RSS feed
Powered by Drupal