Searched refs:frontmatter (Results 1 – 4 of 4) sorted by relevance
61 $frontmatter = array(101 'list' => array($frontmatter, $blockquote, $webcode, $twitter, $unit)
228 …public static function createFromFrontmatterString($page, $frontmatter = null): MetadataFrontmatte… argument230 if ($frontmatter === null) {233 $jsonArray = self::frontMatterMatchToAssociativeArray($frontmatter);237 $frontmatter = new MetadataFrontmatterStore($page, $jsonArray);238 $frontmatter->setContentWithoutFrontMatter('');239 return $frontmatter;
132 $frontmatter = MetadataFrontmatterStore::createFromPage($resource);133 $value = $frontmatter->getFromName(self::getPersistentName());
235 $this->frontmatter($startPath, $depth);486 private function frontmatter($namespaces, $depth) function in cli_plugin_combo