MediaWiki REL1_39
PageDeletionDataUpdatesHook.php
Go to the documentation of this file.
1<?php
2
3namespace MediaWiki\Page\Hook;
4
7use Title;
8
30 public function onPageDeletionDataUpdates( $title, $revision, &$updates );
31}
Page revision base class.
Represents a title within MediaWiki.
Definition Title.php:49
Interface that deferrable updates should implement.
This is a hook handler interface, see docs/Hooks.md.
onPageDeletionDataUpdates( $title, $revision, &$updates)
This hook is called when constructing a list of DeferrableUpdate to be executed when a page is delete...