Page Menu
Home
WickedGov Phorge
Search
Configure Global Search
Log In
Files
F4139825
ArticlePrepareTextForEditHook.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
731 B
Referenced Files
None
Subscribers
None
ArticlePrepareTextForEditHook.php
View Options
<?php
namespace
MediaWiki\Storage\Hook
;
use
MediaWiki\Page\WikiPage
;
use
MediaWiki\Parser\ParserOptions
;
/**
* This is a hook handler interface, see docs/Hooks.md.
* Use the hook name "ArticlePrepareTextForEdit" to register handlers implementing this interface.
*
* @stable to implement
* @ingroup Hooks
*/
interface
ArticlePrepareTextForEditHook
{
/**
* This hook is called when preparing text to be saved.
*
* @since 1.35
*
* @param WikiPage $wikiPage WikiPage being saved
* @param ParserOptions $popts Parser options to be used for pre-save transformation
* @return bool|void True or no return value to continue or false to abort
*/
public
function
onArticlePrepareTextForEdit
(
$wikiPage
,
$popts
);
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Wed, Aug 19, 15:14 (3 w, 5 d ago)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
a2/e0/05f6aba6abb62525de1ee6d920e6
Default Alt Text
ArticlePrepareTextForEditHook.php (731 B)
Attached To
Mode
rMWPROD MediaWiki Production
Attached
Detach File
Event Timeline
Log In to Comment