Home
last modified time | relevance | path

Searched refs:getCanonical (Results 1 – 25 of 55) sorted by relevance

123

/plugin/combo/ComboStrap/
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 DEvent.php93 LogUtility::error($e->getMessage(), $e->getCanonical(), $e);
123 LogUtility::msg("Error while retrieving the event {$e->getMessage()}", LogUtility::LVL_MSG_ERROR, $e->getCanonical());
142 LogUtility::msg("Error while deleting the event. Message {$e->getMessage()}", LogUtility::LVL_MSG_ERROR, $e->getCanonical());
H A DMetadataStoreTransfer.php176 ->setCanonical($metadata->getCanonical());
187 ->setCanonical($metadata->getCanonical());
H A DLang.php218 throw new ExceptionCompile("The lang value ($value) for the page ($this) does not have two letters", $this->getCanonical());
222 static public function getCanonical(): string function in ComboStrap\\Lang
H A DExceptionCompile.php30 public function getCanonical() function in ComboStrap\\ExceptionCompile
H A DExceptionRuntime.php45 public function getCanonical() function in ComboStrap\\ExceptionRuntime
H A DDisqusIdentifier.php65 static public function getCanonical(): string function in ComboStrap\\DisqusIdentifier
H A DEndDate.php57 static public function getCanonical(): string function in ComboStrap\\EndDate
H A DStartDate.php56 static public function getCanonical(): string function in ComboStrap\\StartDate
H A DReplicationDate.php42 static public function getCanonical(): string function in ComboStrap\\ReplicationDate
H A DLead.php53 static public function getCanonical(): string function in ComboStrap\\Lead
H A DPageLevel.php69 static public function getCanonical(): string function in ComboStrap\\PageLevel
H A DLowQualityPageOverwrite.php86 static public function getCanonical(): string function in ComboStrap\\LowQualityPageOverwrite
H A DTemplateStore.php56 public function getCanonical(): string function in ComboStrap\\TemplateStore
H A DQualityDynamicMonitoringOverwrite.php41 static public function getCanonical(): string function in ComboStrap\\QualityDynamicMonitoringOverwrite
/plugin/combo/ComboStrap/Meta/Api/
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 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 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
/plugin/combo/ComboStrap/Meta/Field/
H A DFeaturedSvgImage.php86 public static function getCanonical(): string function in ComboStrap\\Meta\\Field\\FeaturedSvgImage
88 return FeaturedImage::getCanonical();
H A DRegion.php96 throw new ExceptionCompile("The region value ($value) for the page ({$this->getResource()}) does not have two letters (ISO 3166 alpha-2 region code)", $this->getCanonical());
100 static public function getCanonical(): string function in ComboStrap\\Meta\\Field\\Region
H A DFeaturedRasterImage.php149 public static function getCanonical(): string function in ComboStrap\\Meta\\Field\\FeaturedRasterImage
151 return FeaturedImage::getCanonical();
/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());
H A Dcanonical.php61 $canonical = $page->getCanonical()->toAbsoluteId();

123