MediaWiki REL1_35
|
Stable to implement. More...
Public Member Functions | |
onBitmapHandlerCheckImageArea ( $image, &$params, &$checkImageAreaHookResult) | |
This hook is called by BitmapHandler::normaliseParams, after all normalizations have been performed, except for the $wgMaxImageArea check. | |
Stable to implement.
Definition at line 11 of file BitmapHandlerCheckImageAreaHook.php.
MediaWiki\Hook\BitmapHandlerCheckImageAreaHook::onBitmapHandlerCheckImageArea | ( | $image, | |
& | $params, | ||
& | $checkImageAreaHookResult | ||
) |
This hook is called by BitmapHandler::normaliseParams, after all normalizations have been performed, except for the $wgMaxImageArea check.
File | $image | |
array | &$params | Array of parameters |
bool | null | &$checkImageAreaHookResult | Set to true or false to override the $wgMaxImageArea check result |
Implemented in MediaWiki\HookContainer\HookRunner.