MediaWiki master
InfoActionHook.php
Go to the documentation of this file.
1<?php
2
3namespace MediaWiki\Hook;
4
7
15interface InfoActionHook {
26 public function onInfoAction( $context, &$pageInfo );
27}
The Message class deals with fetching and processing of interface message into a variety of formats.
Definition Message.php:158
Interface for objects which can provide a MediaWiki context on request.
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.