MediaWiki
master
BitmapHandlerCheckImageAreaHook.php
Go to the documentation of this file.
1
<?php
2
3
namespace
MediaWiki\Media\Hook
;
4
5
use
MediaWiki\FileRepo\File\File
;
6
14
interface
BitmapHandlerCheckImageAreaHook
{
27
public
function
onBitmapHandlerCheckImageArea
( $image, &$params,
28
&$checkImageAreaHookResult
29
);
30
}
31
33
class_alias( BitmapHandlerCheckImageAreaHook::class,
'MediaWiki\\Hook\\BitmapHandlerCheckImageAreaHook'
);
MediaWiki\FileRepo\File\File
Implements some public methods and some protected utility functions which are required by multiple ch...
Definition
File.php:79
MediaWiki\Media\Hook\BitmapHandlerCheckImageAreaHook
This is a hook handler interface, see docs/Hooks.md.
Definition
BitmapHandlerCheckImageAreaHook.php:14
MediaWiki\Media\Hook\BitmapHandlerCheckImageAreaHook\onBitmapHandlerCheckImageArea
onBitmapHandlerCheckImageArea( $image, &$params, &$checkImageAreaHookResult)
This hook is called by BitmapHandler::normaliseParams, after all normalizations have been performed,...
MediaWiki\Media\Hook
Definition
BitmapHandlerCheckImageAreaHook.php:3
includes
Media
Hook
BitmapHandlerCheckImageAreaHook.php
Generated on Sun Nov 16 2025 02:24:33 for MediaWiki by
1.10.0