MediaWiki REL1_35
ResourceLoaderTestModulesHook.php
Go to the documentation of this file.
1<?php
2
4
6
30 public function onResourceLoaderTestModules( array &$testModules, ResourceLoader $rl ) : void;
31}
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...