MediaWiki REL1_35
UploadCreateFromRequestHook.php
Go to the documentation of this file.
1<?php
2
3namespace MediaWiki\Hook;
4
19 public function onUploadCreateFromRequest( $type, &$className );
20}
onUploadCreateFromRequest( $type, &$className)
This hook is called when UploadBase::createFromRequest has been called.