protected PathMatcher::getFrontPagePath()
Gets the current front page path.
string The front page path.
protected function getFrontPagePath() { // Lazy-load front page config. if (!isset($this->frontPage)) { $this->frontPage = $this->configFactory->get('system.site') ->get('page.front'); } return $this->frontPage; }
© 2001–2016 by the original authors
Licensed under the GNU General Public License, version 2 and later.
Drupal is a registered trademark of Dries Buytaert.
https://api.drupal.org/api/drupal/core!lib!Drupal!Core!Path!PathMatcher.php/function/PathMatcher::getFrontPagePath/8.1.x