Page Menu
Home
WickedGov Phorge
Search
Configure Global Search
Log In
Files
F4131622
ArticleParserOptionsHook.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
794 B
Referenced Files
None
Subscribers
None
ArticleParserOptionsHook.php
View Options
<?php
namespace
MediaWiki\Page\Hook
;
use
Article
;
use
MediaWiki\Parser\ParserOptions
;
/**
* This is a hook handler interface, see docs/Hooks.md.
* Use the hook name "ArticleParserOptions" to register handlers implementing this interface.
*
* @stable to implement
* @ingroup Hooks
*/
interface
ArticleParserOptionsHook
{
/**
* This hook is called before parsing wikitext for an article, and allows
* setting particular parser options based on title, user preferences,
* etc.
*
* @since 1.36
*
* @param Article $article Article about to be parsed
* @param ParserOptions $popts Mutable parser options
* @return bool|void True or no return value to continue or false to abort
*/
public
function
onArticleParserOptions
(
Article
$article
,
ParserOptions
$popts
);
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Wed, Aug 19, 11:07 (3 w, 6 h ago)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
c5/5d/e1afc507ab890d2b991abaa9ca59
Default Alt Text
ArticleParserOptionsHook.php (794 B)
Attached To
Mode
rMWPROD MediaWiki Production
Attached
Detach File
Event Timeline
Log In to Comment