MediaWiki REL1_35
|
Stable to implement. More...
Public Member Functions | |
onInternalParseBeforeLinks ( $parser, &$text, $stripState) | |
This hook is called during Parser's internalParse method before links but after nowiki/noinclude/includeonly/onlyinclude and other processing. | |
Stable to implement.
Definition at line 12 of file InternalParseBeforeLinksHook.php.
MediaWiki\Hook\InternalParseBeforeLinksHook::onInternalParseBeforeLinks | ( | $parser, | |
& | $text, | ||
$stripState | |||
) |
This hook is called during Parser's internalParse method before links but after nowiki/noinclude/includeonly/onlyinclude and other processing.
Parser | $parser | |
string | &$text | Partially parsed text |
StripState | $stripState | Parser's internal StripState object |
Implemented in MediaWiki\HookContainer\HookRunner.