MediaWiki master
FileDeleteCompleteHook.php
Go to the documentation of this file.
1<?php
2
3namespace MediaWiki\Hook;
4
8
30 public function onFileDeleteComplete( $file, $oldimage, $article, $user,
31 $reason
32 );
33}
Local file in the wiki's own database.
Definition LocalFile.php:93
Special handling for representing file pages.
User class for the MediaWiki software.
Definition User.php:123
This is a hook handler interface, see docs/Hooks.md.
onFileDeleteComplete( $file, $oldimage, $article, $user, $reason)
This hook is called when a file is deleted.