MediaWiki
master
FileTransformedHook.php
Go to the documentation of this file.
1
<?php
2
3
namespace
MediaWiki\Hook
;
4
5
use
File
;
6
use
MediaTransformOutput
;
7
15
interface
FileTransformedHook
{
27
public
function
onFileTransformed
( $file, $thumb, $tmpThumbPath, $thumbPath );
28
}
File
Implements some public methods and some protected utility functions which are required by multiple ch...
Definition
File.php:74
MediaTransformOutput
Base class for the output of MediaHandler::doTransform() and File::transform().
Definition
MediaTransformOutput.php:37
MediaWiki\Hook\FileTransformedHook
This is a hook handler interface, see docs/Hooks.md.
Definition
FileTransformedHook.php:15
MediaWiki\Hook\FileTransformedHook\onFileTransformed
onFileTransformed( $file, $thumb, $tmpThumbPath, $thumbPath)
This hook is called when a file is transformed and moved into storage.
MediaWiki\Hook
Definition
ActionBeforeFormDisplayHook.php:3
includes
filerepo
Hook
FileTransformedHook.php
Generated on Sun Sep 15 2024 13:23:14 for MediaWiki by
1.10.0