Page Menu
Home
WickedGov Phorge
Search
Configure Global Search
Log In
Files
F1429448
EditPage__attemptSaveHook.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
698 B
Referenced Files
None
Subscribers
None
EditPage__attemptSaveHook.php
View Options
<?php
namespace
MediaWiki\Hook
;
// phpcs:disable Squiz.Classes.ValidClassName.NotCamelCaps
use
MediaWiki\EditPage\EditPage
;
/**
* This is a hook handler interface, see docs/Hooks.md.
* Use the hook name "EditPage::attemptSave" to register handlers implementing this interface.
*
* @stable to implement
* @ingroup Hooks
*/
interface
EditPage__attemptSaveHook
{
/**
* This hook is called before an article is saved, before WikiPage::doUserEditContent() is called.
*
* @since 1.35
*
* @param EditPage $editpage_Obj Current EditPage object
* @return bool|void True or no return value to continue or false to abort
*/
public
function
onEditPage__attemptSave
(
$editpage_Obj
);
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Sat, May 16, 17:35 (9 h, 54 m)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
12/d1/e43806b6d21255aa3deb7d4763c6
Default Alt Text
EditPage__attemptSaveHook.php (698 B)
Attached To
Mode
rMWPROD MediaWiki Production
Attached
Detach File
Event Timeline
Log In to Comment