Home
last modified time | relevance | path

Searched refs:createForPage (Results 1 – 25 of 37) sorted by relevance

12

/plugin/combo/ComboStrap/
H A DPage.php1603 $this->aliases = Aliases::createForPage($this);
1607 $this->ldJson = LdJson::createForPage($this);
1608 $this->canonical = Canonical::createForPage($this);
1609 $this->pageId = PageId::createForPage($this);
1611 $this->h1 = PageH1::createForPage($this);
1612 $this->type = PageType::createForPage($this);
1614 $this->title = PageTitle::createForPage($this);
1619 $this->locale = Locale::createForPage($this);
1620 $this->lang = Lang::createForPage($this);
1621 $this->region = Region::createForPage($this);
[all …]
H A DPageH1.php14 public static function createForPage($page): PageH1 function in ComboStrap\\PageH1
66 $title = PageTitle::createForPage($this->getResource())
H A DCacheExpirationFrequency.php16 public static function createForPage(ResourceCombo $page): CacheExpirationFrequency function in ComboStrap\\CacheExpirationFrequency
48 $cacheExpirationDate = CacheExpirationDate::createForPage($this->getResource());
H A DUrlManagerBestEndPage.php89 Aliases::createForPage($page)
92 ->setReadStore(MetadataDbStore::createForPage())
H A DModificationDate.php19 public static function createForPage(Page $page) function in ModificationDate
98 return PageCreationDate::createForPage($this->getResource())->getValue();
H A DSlug.php18 public static function createForPage(ResourceCombo $resource) function in Slug
108 $title = PageTitle::createForPage($this->getResource())
H A DCacheManager.php179 $cacheExpirationFrequency = CacheExpirationFrequency::createForPage($page)
186 $cacheExpirationDateMeta = CacheExpirationDate::createForPage($page);
H A DLowQualityPageOverwrite.php23 public static function createForPage(Page $page) function in ComboStrap\\LowQualityPageOverwrite
H A DDokuwikiId.php20 public static function createForPage(ResourceCombo $page): DokuwikiId function in ComboStrap\\DokuwikiId
H A DPagePath.php23 public static function createForPage(ResourceCombo $page): CacheExpirationDate function in ComboStrap\\PagePath
H A DPageTitle.php13 public static function createForPage($page): PageTitle function in ComboStrap\\PageTitle
H A DLocale.php12 public static function createForPage(Page $page) function in ComboStrap\\Locale
H A DRegion.php15 public static function createForPage(Page $page) function in ComboStrap\\Region
H A DCanonical.php21 public static function createForPage(Page $page): Canonical function in ComboStrap\\Canonical
H A DCacheExpirationDate.php24 public static function createForPage(ResourceCombo $page): CacheExpirationDate function in ComboStrap\\CacheExpirationDate
H A DPageKeywords.php13 public static function createForPage(Page $page) function in ComboStrap\\PageKeywords
H A DPageType.php31 public static function createForPage($page): PageType function in ComboStrap\\PageType
H A DPageCreationDate.php23 public static function createForPage(ResourceCombo $page): PageCreationDate function in ComboStrap\\PageCreationDate
/plugin/combo/syntax/
H A Dcache.php90 CacheExpirationFrequency::createForPage($requestPage)
138 CacheExpirationFrequency::createForPage($requestPage)
H A Dfrontmatter.php200 $transfer = MetadataStoreTransfer::createForPage($page)
325 $pageImages = PageImages::createForPage($page)
/plugin/combo/action/
H A Dcacheexpiration.php137 $cacheExpirationDateMeta = CacheExpirationDate::createForPage($slot);
139 $cacheExpirationFrequency = CacheExpirationFrequency::createForPage($slot)
H A Dmetagoogle.php43 $ldJson = LdJson::createForPage($page)
H A Dimgmove.php51 $pageImages = PageImages::createForPage($affectedPage);
137 $pageImagesObject = PageImages::createForPage($page)
H A Dlinkmove.php149 $targetPageId = PageId::createForPage($targetPage);
161 Aliases::createForPage($targetPage)
H A Dmetapageimage.php38 $pageImagesMeta = PageImages::createForPage($page);

12