MediaWiki REL1_35
|
Stable to implement. More...
Public Member Functions | |
onSoftwareInfo (&$software) | |
This hook is called by Special:Version for returning information about the software. | |
Stable to implement.
Definition at line 9 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.