MediaWiki REL1_39
|
This is a hook handler interface, see docs/Hooks.md. More...
Public Member Functions | |
onInfoAction ( $context, &$pageInfo) | |
This hook is called when building information to display on the action=info page. | |
This is a hook handler interface, see docs/Hooks.md.
Use the hook name "InfoAction" to register handlers implementing this interface.
Definition at line 14 of file InfoActionHook.php.
MediaWiki\Hook\InfoActionHook::onInfoAction | ( | $context, | |
& | $pageInfo ) |
This hook is called when building information to display on the action=info page.
IContextSource | $context | |
array | &$pageInfo | Array of information |
Implemented in MediaWiki\HookContainer\HookRunner.