Home
last modified time | relevance | path

Searched refs:getCanonical (Results 1 – 25 of 55) sorted by last modified time

123

/plugin/combo/ComboStrap/
H A DLdJson.php138 static public function getCanonical(): string function in ComboStrap\\LdJson
H A DLead.php53 static public function getCanonical(): string function in ComboStrap\\Lead
H A DLocale.php86 static public function getCanonical(): string function in ComboStrap\\Locale
H A DLowQualityPageOverwrite.php86 static public function getCanonical(): string function in ComboStrap\\LowQualityPageOverwrite
H A DMarkupPath.php1225 function getCanonical(): WikiPath function in ComboStrap\\MarkupPath
H A DCacheExpirationDate.php113 public static function getCanonical(): string function in ComboStrap\\CacheExpirationDate
H A DCanonical.php157 public static function getCanonical(): string function in ComboStrap\\Canonical
H A DCreationDate.php130 public static function getCanonical(): string function in ComboStrap\\CreationDate
H A DMetadataStoreTransfer.php176 ->setCanonical($metadata->getCanonical());
187 ->setCanonical($metadata->getCanonical());
H A DModificationDate.php109 static public function getCanonical(): string function in ComboStrap\\ModificationDate
H A DExceptionRuntime.php45 public function getCanonical() function in ComboStrap\\ExceptionRuntime
H A DPageId.php284 throw new ExceptionCompile("A page id can not be set with a null value (Page: {$this->getResource()})", $this->getCanonical());
287 throw new ExceptionCompile("The page id value to set ($value) is not an alphanumeric string (Page: {$this->getResource()})", $this->getCanonical());
297 throw new ExceptionCompile("The page id cannot be changed, the page ({$this->getResource()}) has already an id ($actualId}) that has not the same value ($value})", $this->getCanonical());
300 throw new ExceptionCompile("The page id cannot be changed, the page ({$this->getResource()}) has already an id ($actualId})", $this->getCanonical());
310 LogUtility::internalError("Forcing of the page id should not happen in dev/test", $this->getCanonical());
H A DPagePublicationDate.php106 LogUtility::msg($e->getMessage(), LogUtility::LVL_MSG_ERROR, $e->getCanonical());
147 static public function getCanonical(): string function in ComboStrap\\PagePublicationDate
H A DTemplateStore.php56 public function getCanonical(): string function in ComboStrap\\TemplateStore
H A DCacheExpirationFrequency.php97 public static function getCanonical(): string function in ComboStrap\\CacheExpirationFrequency
/plugin/combo/action/
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());
/plugin/combo/ComboStrap/Meta/Api/
H A DMetadata.php355 public static function getCanonical(): string function in ComboStrap\\Meta\\Api\\Metadata
H A DMetadataDateTime.php106 LogUtility::msg($e->getMessage(), $this->getCanonical());
153 public static function getCanonical(): string function in ComboStrap\\Meta\\Api\\MetadataDateTime
168 LogUtility::msg($e->getMessage(), LogUtility::LVL_MSG_ERROR, $e->getCanonical());
H A DMetadataJson.php49 LogUtility::msg("Value in the store is not a valid json. Message:" . $e->getMessage(), LogUtility::LVL_MSG_ERROR, $e->getCanonical());
H A DMetadataMultiple.php129 throw new ExceptionBadArgument("The value ($value) for ($this) is not a possible value (" . implode(",", $possibleValues) . ")", $this->getCanonical());
173 LogUtility::msg($e->getMessage(), $e->getCanonical());
H A DMetadataStore.php95 public function getCanonical(): string; function
H A DMetadataStoreAbs.php36 throw new ExceptionRuntime("The page ($requestedResource) is unknown. We got data for the page ($this->page)", $this->getCanonical());
68 public function getCanonical(): string function in ComboStrap\\Meta\\Api\\MetadataStoreAbs
H A DMetadataText.php54 throw new ExceptionBadArgument("The value of the metadata ($this) is not a string", $this->getCanonical());
/plugin/combo/ComboStrap/Meta/Field/
H A DAliases.php308 function getCanonical(): string function in ComboStrap\\Meta\\Field\\Aliases
H A DFeaturedImage.php106 public static function getCanonical(): string function in ComboStrap\\Meta\\Field\\FeaturedImage

123