MediaWiki REL1_39
|
This is a hook handler interface, see docs/Hooks.md. More...
Public Member Functions | |
onSoftwareInfo (&$software) | |
This hook is called by Special:Version for returning information about the software. | |
This is a hook handler interface, see docs/Hooks.md.
Use the hook name "SoftwareInfo" to register handlers implementing this interface.
Definition at line 12 of file SoftwareInfoHook.php.
MediaWiki\Hook\SoftwareInfoHook::onSoftwareInfo | ( | & | $software | ) |
This hook is called by Special:Version for returning information about the software.
array | &$software | The array of software in format 'name' => 'version'. See SpecialVersion::softwareInformation(). |
Implemented in MediaWiki\HookContainer\HookRunner.