function olivero_test_preprocess_html in Drupal 10
Implements hook_preprocess_html().
File
- core/
modules/ system/ tests/ modules/ olivero_test/ olivero_test.module, line 40 - Functions to support testing the Olivero theme.
Code
function olivero_test_preprocess_html(&$variables) {
$variables['#attached']['library'][] = 'olivero_test/log-errors';
}