MediaWiki
master
InfoActionHook.php
Go to the documentation of this file.
1
<?php
2
3
namespace
MediaWiki\Hook
;
4
5
use
MediaWiki\Context\IContextSource
;
6
use
MediaWiki\Message\Message
;
7
15
interface
InfoActionHook
{
26
public
function
onInfoAction
( $context, &$pageInfo );
27
}
MediaWiki\Message\Message
The Message class deals with fetching and processing of interface message into a variety of formats.
Definition
Message.php:155
MediaWiki\Context\IContextSource
Interface for objects which can provide a MediaWiki context on request.
Definition
IContextSource.php:71
MediaWiki\Hook\InfoActionHook
This is a hook handler interface, see docs/Hooks.md.
Definition
InfoActionHook.php:15
MediaWiki\Hook\InfoActionHook\onInfoAction
onInfoAction( $context, &$pageInfo)
This hook is called when building information to display on the action=info page.
MediaWiki\Hook
Definition
ActionBeforeFormDisplayHook.php:3
includes
actions
Hook
InfoActionHook.php
Generated on Fri Jan 17 2025 01:22:50 for MediaWiki by
1.10.0