You are here

function seven_preprocess_install_page in Drupal 10

Same name and namespace in other branches
  1. 8 core/themes/seven/seven.theme \seven_preprocess_install_page()
  2. 9 core/themes/seven/seven.theme \seven_preprocess_install_page()

Implements hook_preprocess_install_page().

File

core/themes/seven/seven.theme, line 138
Functions to support theming in the Seven theme.

Code

function seven_preprocess_install_page(&$variables) {

  // Seven has custom styling for the install page.
  $variables['#attached']['library'][] = 'seven/install-page';
}