Home
last modified time | relevance | path

Searched refs:getCanonical (Results 51 – 55 of 55) sorted by path

123

/plugin/combo/ComboStrap/
H A DSlug.php21 static public function getCanonical(): string function in ComboStrap\\Slug
H A DStartDate.php56 static public function getCanonical(): string function in ComboStrap\\StartDate
H A DTemplateStore.php56 public function getCanonical(): string function in ComboStrap\\TemplateStore
/plugin/combo/action/
H A Dcanonical.php61 $canonical = $page->getCanonical()->toAbsoluteId();
H A Dimgmove.php112 LogUtility::log2file($e->getMessage(), LogUtility::LVL_MSG_ERROR, $e->getCanonical(), $e);
181 LogUtility::msg("The frontmatter could not be loaded. " . $e->getMessage(), LogUtility::LVL_MSG_ERROR, $e->getCanonical());
231 throw new ExceptionRuntime($e->getMessage(), $e->getCanonical(), 0, $e);
233 LogUtility::log2file($e->getMessage(), LogUtility::LVL_MSG_ERROR, $e->getCanonical());

123