46 $pages[
'MediaWiki:Common.js'] = [
'type' =>
'script' ];
47 $pages[
'MediaWiki:' . ucfirst( $skin ) .
'.js'] = [
'type' =>
'script' ];
58 return [
'site.styles' ];
63class_alias( SiteModule::class,
'ResourceLoaderSiteModule' );
A class containing constants representing the names of configuration variables.
const UseSiteJs
Name constant for the UseSiteJs setting, for use with Config::get()
Context object that contains information about the state of a specific ResourceLoader web request.