MediaWiki master
BadImageHook.php
Go to the documentation of this file.
1<?php
2
3namespace MediaWiki\Hook;
4
12interface BadImageHook {
24 public function onBadImage( $name, &$bad );
25}
This is a hook handler interface, see docs/Hooks.md.
onBadImage( $name, &$bad)
This hook is called when checking against the bad image list.