MediaWiki REL1_35
MediaWiki\Hook\InfoActionHook Interface Reference

Stable to implement. More...

Inheritance diagram for MediaWiki\Hook\InfoActionHook:

Public Member Functions

 onInfoAction ( $context, &$pageInfo)
 This hook is called when building information to display on the action=info page.
 

Detailed Description

Stable to implement.

Definition at line 11 of file InfoActionHook.php.

Member Function Documentation

◆ onInfoAction()

MediaWiki\Hook\InfoActionHook::onInfoAction (   $context,
$pageInfo 
)

This hook is called when building information to display on the action=info page.

Since
1.35
Parameters
IContextSource$context
array&$pageInfoArray of information
Returns
bool|void True or no return value to continue or false to abort

Implemented in MediaWiki\HookContainer\HookRunner.


The documentation for this interface was generated from the following file: