Page Menu
Home
WickedGov Phorge
Search
Configure Global Search
Log In
Files
F1430045
InternalParseBeforeLinksHook.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
828 B
Referenced Files
None
Subscribers
None
InternalParseBeforeLinksHook.php
View Options
<?php
namespace
MediaWiki\Hook
;
use
MediaWiki\Parser\Parser
;
use
MediaWiki\Parser\StripState
;
/**
* This is a hook handler interface, see docs/Hooks.md.
* Use the hook name "InternalParseBeforeLinks" to register handlers implementing this interface.
*
* @stable to implement
* @ingroup Hooks
*/
interface
InternalParseBeforeLinksHook
{
/**
* This hook is called during Parser's internalParse method before links
* but after nowiki/noinclude/includeonly/onlyinclude and other processing.
*
* @since 1.35
*
* @param Parser $parser
* @param string &$text Partially parsed text
* @param StripState $stripState Parser's internal StripState object
* @return bool|void True or no return value to continue or false to abort
*/
public
function
onInternalParseBeforeLinks
(
$parser
,
&
$text
,
$stripState
);
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Sat, May 16, 18:19 (7 h, 15 m)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
d8/96/b8e65f8684c257db9be4c58b14f8
Default Alt Text
InternalParseBeforeLinksHook.php (828 B)
Attached To
Mode
rMWPROD MediaWiki Production
Attached
Detach File
Event Timeline
Log In to Comment