n Checking if the current page is the front page in Drupal 8 | CodimTh

Please Disable Your Browser Adblock Extension for our site and Refresh This Page!

our ads are user friendly, we do not serve popup ads. We serve responsible ads!

Refresh Page
Skip to main content
On . By CodimTh
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