You are here

function claro_preprocess_install_page in Drupal 8

Same name and namespace in other branches
  1. 9 core/themes/claro/claro.theme \claro_preprocess_install_page()

Implements hook_preprocess_install_page().

File

core/themes/claro/claro.theme, line 308
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';
}