MediaWiki
master
BitmapHandlerCheckImageAreaHook.php
Go to the documentation of this file.
1
<?php
2
3
namespace
MediaWiki\Hook
;
4
5
use
File
;
6
14
interface
BitmapHandlerCheckImageAreaHook
{
27
public
function
onBitmapHandlerCheckImageArea
( $image, &
$params
,
28
&$checkImageAreaHookResult
29
);
30
}
$params
array $params
The job parameters.
Definition
UploadJobTrait.php:46
File
Implements some public methods and some protected utility functions which are required by multiple ch...
Definition
File.php:79
MediaWiki\Hook\BitmapHandlerCheckImageAreaHook
This is a hook handler interface, see docs/Hooks.md.
Definition
BitmapHandlerCheckImageAreaHook.php:14
MediaWiki\Hook\BitmapHandlerCheckImageAreaHook\onBitmapHandlerCheckImageArea
onBitmapHandlerCheckImageArea( $image, &$params, &$checkImageAreaHookResult)
This hook is called by BitmapHandler::normaliseParams, after all normalizations have been performed,...
MediaWiki\Hook
Definition
ActionBeforeFormDisplayHook.php:3
includes
media
Hook
BitmapHandlerCheckImageAreaHook.php
Generated on Wed Jan 22 2025 17:24:41 for MediaWiki by
1.10.0