Page Menu
Home
WickedGov Phorge
Search
Configure Global Search
Log In
Files
F4135009
CategoryAfterPageRemovedHook.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
790 B
Referenced Files
None
Subscribers
None
CategoryAfterPageRemovedHook.php
View Options
<?php
namespace
MediaWiki\Page\Hook
;
use
MediaWiki\Category\Category
;
use
MediaWiki\Page\WikiPage
;
/**
* This is a hook handler interface, see docs/Hooks.md.
* Use the hook name "CategoryAfterPageRemoved" to register handlers implementing this interface.
*
* @stable to implement
* @ingroup Hooks
*/
interface
CategoryAfterPageRemovedHook
{
/**
* This hook is called after a page is removed from a category.
*
* @since 1.35
*
* @param Category $category Category that page was removed from
* @param WikiPage $wikiPage WikiPage that was removed
* @param int $id Page ID (original ID in case of page deletions)
* @return bool|void True or no return value to continue or false to abort
*/
public
function
onCategoryAfterPageRemoved
(
$category
,
$wikiPage
,
$id
);
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Wed, Aug 19, 12:55 (3 w, 2 d ago)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
1a/a2/3d181a54d56e8adc60427d5783ba
Default Alt Text
CategoryAfterPageRemovedHook.php (790 B)
Attached To
Mode
rMWPROD MediaWiki Production
Attached
Detach File
Event Timeline
Log In to Comment