MediaWiki REL1_35
BadImageHook.php
Go to the documentation of this file.
1<?php
2
3namespace MediaWiki\Hook;
4
9interface BadImageHook {
21 public function onBadImage( $name, &$bad );
22}
Stable to implement.
onBadImage( $name, &$bad)
This hook is called when checking against the bad image list.