MediaWiki REL1_35
InfoActionHook.php
Go to the documentation of this file.
1<?php
2
3namespace MediaWiki\Hook;
4
6
11interface InfoActionHook {
21 public function onInfoAction( $context, &$pageInfo );
22}
Interface for objects which can provide a MediaWiki context on request.
onInfoAction( $context, &$pageInfo)
This hook is called when building information to display on the action=info page.