MediaWiki master
PageDeletionDataUpdatesHook.php
Go to the documentation of this file.
1<?php
2
3namespace MediaWiki\Page\Hook;
4
8
30 public function onPageDeletionDataUpdates( $title, $revision, &$updates );
31}
Page revision base class.
Represents a title within MediaWiki.
Definition Title.php:78
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...