Home
last modified time | relevance | path

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

123

/plugin/combo/ComboStrap/Meta/Field/
H A DFeaturedImage.php106 public static function getCanonical(): string function in ComboStrap\\Meta\\Field\\FeaturedImage
H A DFeaturedRasterImage.php149 public static function getCanonical(): string function in ComboStrap\\Meta\\Field\\FeaturedRasterImage
151 return FeaturedImage::getCanonical();
H A DFeaturedSvgImage.php86 public static function getCanonical(): string function in ComboStrap\\Meta\\Field\\FeaturedSvgImage
88 return FeaturedImage::getCanonical();
H A DPageH1.php101 public static function getCanonical(): string function in ComboStrap\\Meta\\Field\\PageH1
H A DPageImagePath.php71 throw new ExceptionCompile("The image ($value) does not exists", $this->getCanonical());
H A DPageImages.php136 static public function getCanonical(): string function in ComboStrap\\Meta\\Field\\PageImages
287 throw new ExceptionCompile("The image ({$pageImage->getImagePath()}) does not exist", $this->getCanonical());
H A DPageTemplateName.php240 static public function getCanonical(): string function in ComboStrap\\Meta\\Field\\PageTemplateName
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 DTwitterImage.php83 public static function getCanonical(): string function in ComboStrap\\Meta\\Field\\TwitterImage
/plugin/combo/ComboStrap/Meta/Form/
H A DFormMetaField.php531 ->setCanonical($metadata->getCanonical())
/plugin/combo/ComboStrap/Meta/Store/
H A DMetadataDbStore.php319 public function getCanonical(): string function in ComboStrap\\Meta\\Store\\MetadataDbStore
/plugin/combo/ComboStrap/
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 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 DPageKeywords.php104 static public function getCanonical(): string function in ComboStrap\\PageKeywords
H A DPageLevel.php69 static public function getCanonical(): string function in ComboStrap\\PageLevel
H A DPagePath.php82 public static function getCanonical(): string function in ComboStrap\\PagePath
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 DPageTitle.php87 public static function getCanonical(): string function in ComboStrap\\PageTitle
H A DPageType.php123 static public function getCanonical(): string function in ComboStrap\\PageType
H A DPageUrlPath.php153 static public function getCanonical(): string function in ComboStrap\\PageUrlPath
248 LogUtility::internalError($message, $this->getCanonical());
H A DPermalinkTag.php89 $requestedPage->getCanonical();
H A DQualityDynamicMonitoringOverwrite.php41 static public function getCanonical(): string function in ComboStrap\\QualityDynamicMonitoringOverwrite
H A DReplicationDate.php42 static public function getCanonical(): string function in ComboStrap\\ReplicationDate
H A DResourceName.php114 public static function getCanonical(): string function in ComboStrap\\ResourceName

123