MediaWiki REL1_37
|
This is a hook handler interface, see docs/Hooks.md. 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. | |
This is a hook handler interface, see docs/Hooks.md.
Use the hook name "InternalParseBeforeLinks" to register handlers implementing this interface.
Definition at line 15 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.