MediaWiki
REL1_39
InternalParseBeforeSanitizeHook.php
Go to the documentation of this file.
1
<?php
2
3
namespace
MediaWiki\Hook
;
4
5
use
Parser
;
6
use
StripState
;
7
15
interface
InternalParseBeforeSanitizeHook
{
29
public
function
onInternalParseBeforeSanitize
( $parser, &$text, $stripState );
30
}
Parser
PHP Parser - Processes wiki markup (which uses a more user-friendly syntax, such as "[[link]]" for ma...
Definition
Parser.php:96
StripState
Definition
StripState.php:29
MediaWiki\Hook\InternalParseBeforeSanitizeHook
This is a hook handler interface, see docs/Hooks.md.
Definition
InternalParseBeforeSanitizeHook.php:15
MediaWiki\Hook\InternalParseBeforeSanitizeHook\onInternalParseBeforeSanitize
onInternalParseBeforeSanitize( $parser, &$text, $stripState)
This hook is called during Parser's internalParse method just before the parser removes unwanted/dang...
MediaWiki\Hook
Definition
ActionBeforeFormDisplayHook.php:3
includes
parser
Hook
InternalParseBeforeSanitizeHook.php
Generated on Thu Nov 21 2024 05:23:40 for MediaWiki by
1.10.0