Home
last modified time | relevance | path

Searched refs:getPageIdAbbr (Results 1 – 4 of 4) sorted by relevance

/plugin/combo/ComboStrap/
H A DPageUrlPath.php174 if ($page->getPageIdAbbr() == null) return null;
175 $abbr = $page->getPageIdAbbr();
H A DPermalinkTag.php199 $pageId = $requestedPage->getPageIdAbbr();
H A DDatabasePageRow.php1219 $values[PageId::PAGE_ID_ABBR_ATTRIBUTE] = $this->markupPath->getPageIdAbbr();
H A DMarkupPath.php1664 function getPageIdAbbr() function in ComboStrap\\MarkupPath