function claro_preprocess_install_page
Same name in other branches
- 9 core/themes/claro/claro.theme \claro_preprocess_install_page()
- 8.9.x core/themes/claro/claro.theme \claro_preprocess_install_page()
- 10 core/themes/claro/claro.theme \claro_preprocess_install_page()
Implements hook_preprocess_install_page().
File
-
core/
themes/ claro/ claro.theme, line 343
Code
function claro_preprocess_install_page(&$variables) {
// Claro has custom styling for the install page.
$variables['#attached']['library'][] = 'claro/install-page';
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.