vipii of Intracto Front-End
9/8/2016 - 6:53 AM

Add custom body class in 404 page

Add custom body class in 404 page

 //itr_theme.theme - hook_preprocess_html
 if(\Drupal::request()->query->get('_exception_statuscode') == 404) {
    $variables['attributes']['class'][] = 'test';
  }