MediaWiki REL1_35
RevisionDataUpdatesHook.php
Go to the documentation of this file.
1<?php
2
4
5// phpcs:disable Generic.Files.LineLength -- Remove this after doc review
8use Title;
9
28 public function onRevisionDataUpdates( $title, $renderedRevision, &$updates );
29}
RenderedRevision represents the rendered representation of a revision.
Represents a title within MediaWiki.
Definition Title.php:42
Interface that deferrable updates should implement.
onRevisionDataUpdates( $title, $renderedRevision, &$updates)
This hook is called when constructing a list of DeferrableUpdate to be executed to record secondary d...