MediaWiki  master
RevisionDataUpdatesHook.php
Go to the documentation of this file.
1 <?php
2 
3 namespace MediaWiki\Storage\Hook;
4 
8 
30  public function onRevisionDataUpdates( $title, $renderedRevision, &$updates );
31 }
RenderedRevision represents the rendered representation of a revision.
Represents a title within MediaWiki.
Definition: Title.php:82
Interface that deferrable updates should implement.
This is a hook handler interface, see docs/Hooks.md.
onRevisionDataUpdates( $title, $renderedRevision, &$updates)
This hook is called when constructing a list of DeferrableUpdate to be executed to record secondary d...