MediaWiki master
UploadVerifyFileHook.php
Go to the documentation of this file.
1<?php
2
3namespace MediaWiki\Hook;
4
6use UploadBase;
7
30 public function onUploadVerifyFile( $upload, $mime, &$error );
31}
UploadBase and subclasses are the backend of MediaWiki's file uploads.
This is a hook handler interface, see docs/Hooks.md.
onUploadVerifyFile( $upload, $mime, &$error)
Use this hook to perform extra file verification, based on MIME type, etc.