Home
last modified time | relevance | path

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

/plugin/combo/ComboStrap/
H A DPermalinkTag.php76 $fragment = OutlineSection::textToHtmlSectionId($fragment);
105 $fragment = OutlineSection::textToHtmlSectionId($fragment);
H A DMarkupRef.php190 $fragment = OutlineSection::textToHtmlSectionId($fragment);
338 $fragment = OutlineSection::textToHtmlSectionId($fragment);
H A DOutlineSection.php96 public static function textToHtmlSectionId(string $fragment): string function in ComboStrap\\OutlineSection