MediaWiki
REL1_39
InfoActionHook.php
Go to the documentation of this file.
1
<?php
2
3
namespace
MediaWiki\Hook
;
4
5
use
IContextSource
;
6
14
interface
InfoActionHook
{
24
public
function
onInfoAction
( $context, &$pageInfo );
25
}
IContextSource
Interface for objects which can provide a MediaWiki context on request.
Definition
IContextSource.php:58
MediaWiki\Hook\InfoActionHook
This is a hook handler interface, see docs/Hooks.md.
Definition
InfoActionHook.php:14
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 Mon Nov 11 2024 07:22:20 for MediaWiki by
1.10.0