MediaWiki
master
SoftwareInfoHook.php
Go to the documentation of this file.
1
<?php
2
3
namespace
MediaWiki\Specials\Hook
;
4
12
interface
SoftwareInfoHook
{
22
public
function
onSoftwareInfo
( &$software );
23
}
24
26
class_alias( SoftwareInfoHook::class,
'MediaWiki\\Hook\\SoftwareInfoHook'
);
MediaWiki\Specials\Hook\SoftwareInfoHook
This is a hook handler interface, see docs/Hooks.md.
Definition
SoftwareInfoHook.php:12
MediaWiki\Specials\Hook\SoftwareInfoHook\onSoftwareInfo
onSoftwareInfo(&$software)
This hook is called by Special:Version for returning information about the software.
MediaWiki\Specials\Hook
Definition
AncientPagesQueryHook.php:3
includes
Specials
Hook
SoftwareInfoHook.php
Generated on Sun Feb 8 2026 11:26:14 for MediaWiki by
1.10.0