MediaWiki master
InfoActionHook.php
Go to the documentation of this file.
1<?php
2
4
7
15interface InfoActionHook {
26 public function onInfoAction( $context, &$pageInfo );
27}
28
30class_alias( InfoActionHook::class, 'MediaWiki\\Hook\\InfoActionHook' );
The Message class deals with fetching and processing of interface message into a variety of formats.
Definition Message.php:144
This is a hook handler interface, see docs/Hooks.md.
onInfoAction( $context, &$pageInfo)
This hook is called when building information to display on the action=info page.
Interface for objects which can provide a MediaWiki context on request.