MediaWiki REL1_37
ResourceLoaderTestModulesHook.php
Go to the documentation of this file.
1<?php
2
4
6
33 public function onResourceLoaderTestModules( array &$testModules, ResourceLoader $rl ): void;
34}
ResourceLoader is a loading system for JavaScript and CSS resources.
onResourceLoaderTestModules(array &$testModules, ResourceLoader $rl)
Use this hook to register ResourceLoader modules that are only available when $wgEnableJavaScriptTest...