MediaWiki REL1_37
|
This is a hook handler interface, see docs/Hooks.md. More...
Public Member Functions | |
onProtectionForm__showLogExtract ( $article, $out) | |
This hook is called after the protection log extract is shown. | |
This is a hook handler interface, see docs/Hooks.md.
Use the hook name "ProtectionForm::showLogExtract" to register handlers implementing this interface.
Definition at line 16 of file ProtectionForm__showLogExtractHook.php.
MediaWiki\Hook\ProtectionForm__showLogExtractHook::onProtectionForm__showLogExtract | ( | $article, | |
$out | |||
) |
This hook is called after the protection log extract is shown.
Article | $article | Page the form is shown for |
OutputPage | $out |
Implemented in MediaWiki\HookContainer\HookRunner.