MediaWiki REL1_35
PageDeletionDataUpdatesHook.php
Go to the documentation of this file.
1<?php
2
3namespace MediaWiki\Page\Hook;
4
5// phpcs:disable Generic.Files.LineLength -- Remove this after doc review
8use Title;
9
28 public function onPageDeletionDataUpdates( $title, $revision, &$updates );
29}
Page revision base class.
Represents a title within MediaWiki.
Definition Title.php:42
Interface that deferrable updates should implement.
onPageDeletionDataUpdates( $title, $revision, &$updates)
This hook is called when constructing a list of DeferrableUpdate to be executed when a page is delete...