function PathMatcherInterface::isFrontPage

Same name and namespace in other branches
  1. 9 core/lib/Drupal/Core/Path/PathMatcherInterface.php \Drupal\Core\Path\PathMatcherInterface::isFrontPage()
  2. 8.9.x core/lib/Drupal/Core/Path/PathMatcherInterface.php \Drupal\Core\Path\PathMatcherInterface::isFrontPage()
  3. 10 core/lib/Drupal/Core/Path/PathMatcherInterface.php \Drupal\Core\Path\PathMatcherInterface::isFrontPage()

Checks if the current page is the front page.

Return value

bool TRUE if the current page is the front page.

1 method overrides PathMatcherInterface::isFrontPage()
PathMatcher::isFrontPage in core/lib/Drupal/Core/Path/PathMatcher.php
Checks if the current page is the front page.

File

core/lib/Drupal/Core/Path/PathMatcherInterface.php, line 29

Class

PathMatcherInterface
Provides an interface for URL path matchers.

Namespace

Drupal\Core\Path

Code

public function isFrontPage();

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