generateFromRoute(''); // Try to determine if the current page is the front page try { $variables['is_front'] = \Drupal::service('path.matcher')->isFrontPage(); } catch (\Exception $e) { $variables['is_front'] = FALSE; } }