30 $pages[
'MediaWiki:Common.js'] = [
'type' =>
'script' ];
31 $pages[
'MediaWiki:' . ucfirst( $skin ) .
'.js'] = [
'type' =>
'script' ];
32 $this->
getHookRunner()->onResourceLoaderSiteModulePages( $skin, $pages );
42 return [
'site.styles' ];
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.