MediaWiki master
FileDeleteCompleteHook.php
Go to the documentation of this file.
1<?php
2
3namespace MediaWiki\Hook;
4
5use LocalFile;
8
30 public function onFileDeleteComplete( $file, $oldimage, $article, $user,
31 $reason
32 );
33}
Local file in the wiki's own database.
Definition LocalFile.php:68
internal since 1.36
Definition User.php:93
Special handling for representing file pages.
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.