Page Menu
Home
WickedGov Phorge
Search
Configure Global Search
Log In
Files
F4102490
ChangeTagAfterDeleteHook.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
899 B
Referenced Files
None
Subscribers
None
ChangeTagAfterDeleteHook.php
View Options
<?php
namespace
MediaWiki\ChangeTags\Hook
;
use
MediaWiki\Status\Status
;
/**
* This is a hook handler interface, see docs/Hooks.md.
* Use the hook name "ChangeTagAfterDelete" to register handlers implementing this interface.
*
* @stable to implement
* @ingroup Hooks
*/
interface
ChangeTagAfterDeleteHook
{
/**
* This hook is called after a change tag has been deleted (that is, removed from all
* revisions and log entries to which it was applied). This gives extensions a chance
* to take it off their books.
*
* @since 1.35
*
* @param string $tag Name of the tag
* @param Status &$status Add warnings to this as required. There is no point setting errors,
* as the deletion has already been partly carried out by this point.
* @return bool|void True or no return value to continue or false to abort
*/
public
function
onChangeTagAfterDelete
(
$tag
,
&
$status
);
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Tue, Aug 18, 17:28 (3 w, 3 d ago)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
22/0f/e78d7dbea01ed6ee27ef73da4a42
Default Alt Text
ChangeTagAfterDeleteHook.php (899 B)
Attached To
Mode
rMWPROD MediaWiki Production
Attached
Detach File
Event Timeline
Log In to Comment