37 protected $origin = self::ORIGIN_USER_INDIVIDUAL;
45 if ( !$user || !$user->isRegistered() ) {
55 $userPage = $titleFormatter->getPrefixedDBkey(
new TitleValue(
NS_USER, $user->getName() ) );
56 $pages[
"$userPage/common.css"] = [
'type' =>
'style' ];
57 $pages[
"$userPage/" . $context->
getSkin() .
'.css'] = [
'type' =>
'style' ];
63 ->getUserEffectiveGroups( $user );
64 foreach ( $effectiveGroups as
$group ) {
68 $pages[
"MediaWiki:Group-$group.css"] = [
'type' =>
'style' ];
79 return self::LOAD_STYLES;
88 return self::GROUP_USER;
93class_alias( UserStylesModule::class,
'ResourceLoaderUserStylesModule' );
A class containing constants representing the names of configuration variables.
const UseSiteCss
Name constant for the UseSiteCss setting, for use with Config::get()
const AllowUserCss
Name constant for the AllowUserCss setting, for use with Config::get()
Context object that contains information about the state of a specific ResourceLoader web request.
getUserIdentity()
Get the possibly-cached UserIdentity object for the specified username.
Represents a page (or page fragment) title within MediaWiki.
get( $name)
Get a configuration variable such as "Sitename" or "UploadMaintenance.".