44 $pages[
'MediaWiki:Common.js'] = [
'type' =>
'script' ];
45 $pages[
'MediaWiki:' . ucfirst( $skin ) .
'.js'] = [
'type' =>
'script' ];
46 $this->
getHookRunner()->onResourceLoaderSiteModulePages( $skin, $pages );
56 return [
'site.styles' ];
61class_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.