Lines Matching refs:fragment
19 public const FRAGMENT_ATTRIBUTE = "fragment";
55 $fragment = $attributes->getValueAndRemoveIfPresent(self::FRAGMENT_ATTRIBUTE);
75 if ($fragment !== null) {
76 $fragment = OutlineSection::textToHtmlSectionId($fragment);
77 $url->setFragment($fragment);
104 if ($fragment !== null) {
105 $fragment = OutlineSection::textToHtmlSectionId($fragment);
106 $canonicalUrl->setFragment($fragment);