Home
last modified time | relevance | path

Searched refs:getResource (Results 26 – 50 of 134) sorted by last modified time

123456

/plugin/combo/ComboStrap/Meta/Api/
H A DMetadataTabular.php138 ->setResource($this->getResource())
/plugin/combo/ComboStrap/Meta/Field/
H A DAncestorImage.php68 $contextPage = $this->getResource();
H A DBacklinkCount.php61 $resource = $this->getResource();
93 ->setQueryParametrized("select count(1) from PAGE_REFERENCES where REFERENCE = ? ", [$this->getResource()->getPathObject()->toAbsoluteId()]);
H A DFacebookImage.php55 $pageImages = PageImages::createForPage($this->getResource())
72 return SocialCardImage::createFromResourcePage($this->getResource())
H A DFeaturedRasterImage.php57 $pageImages = PageImages::createForPage($this->getResource())
125 $markupPath = $this->getResource();
H A DPageH1.php77 return PageTitle::createForMarkup($this->getResource())
83 return ResourceName::createForResource($this->getResource())
H A DPageImages.php74 $page = $this->getResource();
198 $pageImage = PageImage::create($pageImagePathValue, $this->getResource());
313 $firstImage = FirstRasterImage::createForPage($this->getResource())->getValue();
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());
H A DSocialCardImage.php65 $contextPage = $this->getResource();
H A DTwitterImage.php52 $pageImages = PageImages::createForPage($this->getResource())
68 return SocialCardImage::createFromResourcePage($this->getResource())
H A DPageTemplateName.php136 $page = $this->getResource();
/plugin/combo/ComboStrap/
H A DDisqusIdentifier.php61 return $this->getResource()->getUid()->getValueOrDefault();
H A DDokuwikiId.php35 $path = $this->getResource()->getPathObject();
H A DFeaturedIcon.php57 $page = $this->getResource();
H A DFirstImage.php51 $contextPage = $this->getResource();
H A DPageType.php101 $resource = $this->getResource();
H A DPageUrlType.php42 $resourceCombo = $this->getResource();
H A DResourceName.php86 $resourceCombo = $this->getResource();
H A DPageKeywords.php59 $resource = $this->getResource();
H A DPageLevel.php33 return substr_count($this->getResource()->getPathObject()->toAbsoluteId(), WikiPath::NAMESPACE_SEPARATOR_DOUBLE_POINT) - 1;
H A DPagePath.php40 $value = $this->getResource()->getPathObject()->toWikiPath();
H A DPageTitle.php61 $resource = $this->getResource();
69 return PageH1::createForPage($this->getResource())
H A DPageUrlPath.php83 $page = $this->getResource();
148 $urlTypeDefault = PageUrlType::createFromPage($this->getResource())->getDefaultValue();
231 $resource = $this->getResource();
244 $page = $this->getResource();
/plugin/combo/ComboStrap/Meta/Store/
H A DMetadataDbStore.php105 $resource = $metadata->getResource();
174 $resourceCombo = $metadata->getResource();
207 $resourceIdAttribute = $metadata->getResource()->getUidObject()::getPersistentName();
268 throw new ExceptionRuntimeInternal("An exception has occurred with the $tableName ({$metadata->getResource()}) selection query. Message: {$e->getMessage()}, Query: ($query", self::CANONICAL, 1, $e);
315 return $metadata->getResource()->getType() . "_" . $metadata::getPersistentName();
326 $mapKey = $this->getResource()->getPathObject()->toAbsoluteId();
329 $page = $this->getResource();
H A DMetadataDokuWikiStore.php143 $resource = $metadata->getResource();
162 $resource = $metadata->getResource();
295 return $this->getResource()->getPathObject()->toWikiPath()->getWikiId();
324 $wikiPage = $this->getResource();

123456