function seven_preprocess_install_page

Implements hook_preprocess_install_page().

File

core/themes/seven/seven.theme, line 138

Code

function seven_preprocess_install_page(&$variables) {
  // Seven has custom styling for the install page.
  $variables['#attached']['library'][] = 'seven/install-page';
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.