Skip to main content
Category:

Code snippet that can be used to check if the current page is the front page in Drupal 8 and pass custom variable to use it in twig files.

try {
  $variables['home_class'] = \Drupal::service('path.matcher')->isFrontPage() ? 'home' : '';
} catch (Exception $e) {
  $variables['home_class'] = '';
}

and in twig files to print our custom variable just use {{ home_class }} .

Riadh Rahmi

Senior Web Developer PHP/Drupal & Laravel

I am a senior web developer, I have experience in planning and developing large scale dynamic web solutions especially in Drupal & Laravel.

Web Posts

Search

Page Facebook