You are here

public static function UserCurrentScheme::getUser in Colors 8

File

src/Plugin/colors/type/UserCurrentScheme.php, line 51

Class

UserCurrentScheme
Provides colors for the current user.

Namespace

Drupal\colors\Plugin\colors\type

Code

public static function getUser() {
  return [
    'Current user',
  ];
}