MediaWiki REL1_35
WikiPageDeletionUpdatesHook.php
Go to the documentation of this file.
1<?php
2
3namespace MediaWiki\Page\Hook;
4
5use Content;
7use WikiPage;
8
29 public function onWikiPageDeletionUpdates( $page, $content, &$updates );
30}
Class representing a MediaWiki article and history.
Definition WikiPage.php:51
Base interface for content objects.
Definition Content.php:35
Interface that deferrable updates should implement.
onWikiPageDeletionUpdates( $page, $content, &$updates)
Use this hook to manipulate the list of DeferrableUpdates to be applied when a page is deleted.
$content
Definition router.php:76