MediaWiki master
ExtensionTypesHook.php
Go to the documentation of this file.
1<?php
2
4
27 public function onExtensionTypes( &$extTypes );
28}
29
31class_alias( ExtensionTypesHook::class, 'MediaWiki\\Hook\\ExtensionTypesHook' );
This is a hook handler interface, see docs/Hooks.md.
onExtensionTypes(&$extTypes)
This hook is called when generating the extensions credits.