function claro_preprocess_install_page in Drupal 9
Same name and namespace in other branches
- 8 core/themes/claro/claro.theme \claro_preprocess_install_page()
Implements hook_preprocess_install_page().
File
- core/
themes/ claro/ claro.theme, line 317 - Functions to support theming in the Claro theme.
Code
function claro_preprocess_install_page(&$variables) {
// Claro has custom styling for the install page.
$variables['#attached']['library'][] = 'claro/install-page';
}