Lines Matching refs:MetadataFrontmatterStore
22 class MetadataFrontmatterStore extends MetadataSingleArrayStore class
217 return new MetadataFrontmatterStore($resourceCombo, null);
220 …ic static function createFromArray(ResourceCombo $page, array $jsonArray): MetadataFrontmatterStore
222 return new MetadataFrontmatterStore($page, $jsonArray);
228 …c static function createFromFrontmatterString($page, $frontmatter = null): MetadataFrontmatterStore
231 return new MetadataFrontmatterStore($page, []);
237 $frontmatter = new MetadataFrontmatterStore($page, $jsonArray);
246 public static function createFromPage(MarkupPath $page): MetadataFrontmatterStore
276 return MetadataFrontmatterStore::createFromFrontmatterString($page, $frontMatterMatch)
281 return (new MetadataFrontmatterStore($page))
444 private function setIsPresent(bool $bool): MetadataFrontmatterStore
464 … function setContentWithoutFrontMatter(string $contentWithoutFrontMatter): MetadataFrontmatterStore