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.
system_preprocess_toolbar()
function claro_preprocess_toolbar(&$variables, $hook, $info) : void { $variables['attributes']['data-drupal-claro-processed-toolbar'] = TRUE; }