MediaWiki master
ArticlePurgeHook.php
Go to the documentation of this file.
1<?php
2
3namespace MediaWiki\Page\Hook;
4
5use WikiPage;
6
23 public function onArticlePurge( $wikiPage );
24}
Base representation for an editable wiki page.
Definition WikiPage.php:79
This is a hook handler interface, see docs/Hooks.md.
onArticlePurge( $wikiPage)
This hook is called before executing "&action=purge".