Home
last modified time | relevance | path

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

/plugin/commonmark/vendor/league/commonmark/src/Extension/Mention/
H A DMentionExtension.php52 …$environment->addInlineParser(MentionParser::createWithCallback($mention['prefix'], $mention['patt…
H A DMentionParser.php87 …public static function createWithCallback(string $symbol, string $mentionRegex, callable $callback… function in League\\CommonMark\\Extension\\Mention\\MentionParser