public PathMatcherInterface::isFrontPage()
Checks if the current page is the front page.
Return value
bool TRUE 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
1 | public function isFrontPage(); |
Please login to continue.