Home
last modified time | relevance | path

Searched refs:getIndexPageName (Results 1 – 8 of 8) sorted by relevance

/plugin/combo/ComboStrap/
H A DIndex.php66 if ($lastNameToFind === Site::getIndexPageName()) {
H A DResourceName.php104 return Site::getIndexPageName();
H A DCanonical.php143 … if ($resourceCombo->getPathObject()->getLastNameWithoutExtension() === Site::getIndexPageName()) {
H A DSiteConfig.php290 …return WikiPath::createRootNamespacePathOnMarkupDrive()->resolve(Site::getIndexPageName() . "." . …
371 public function getIndexPageName() function in ComboStrap\\SiteConfig
H A DSite.php608 public static function getIndexPageName() function in ComboStrap\\Site
610 return ExecutionContext::getActualOrCreateFromEnv()->getConfig()->getIndexPageName();
H A DRouter.php65 && $ID != Site::getIndexPageName()
H A DMarkupPath.php821 $startPageName = Site::getIndexPageName();
2193 $startPageName = Site::getIndexPageName();
/plugin/combo/action/
H A Drouter.php237 $webSiteHomePage = MarkupPath::createMarkupFromId(Site::getIndexPageName());