Home
last modified time | relevance | path

Searched refs:getHeadingLinks (Results 1 – 1 of 1) sorted by relevance

/plugin/commonmark/vendor/league/commonmark/src/Extension/TableOfContents/
H A DTableOfContentsGenerator.php78 foreach ($this->getHeadingLinks($document) as $headingLink) {
140 private function getHeadingLinks(Document $document): iterable
132 private function getHeadingLinks(Document $document) global() function in League\\CommonMark\\Extension\\TableOfContents\\TableOfContentsGenerator