Home
last modified time | relevance | path

Searched refs:getShortEncodedPageIdFromUrlId (Results 1 – 3 of 3) sorted by relevance

/plugin/combo/action/
H A Dlang.php88 $encodedPageId = PageUrlPath::getShortEncodedPageIdFromUrlId($lastPartName);
H A Drouter.php388 $shortPageId = PageUrlPath::getShortEncodedPageIdFromUrlId($requestedMarkupPath->getPathObject()->getLastNameWithoutExtension());
/plugin/combo/ComboStrap/
H A DPageUrlPath.php66 public static function getShortEncodedPageIdFromUrlId($lastPartName) function in ComboStrap\\PageUrlPath