ILIAS  trunk Revision v12.0_alpha-377-g3641b37b9db
Settings.php
Go to the documentation of this file.
1<?php
2
19declare(strict_types=1);
20
22
24
25class Settings implements UserSettings
26{
27 public function getSettingConfigurations(): array
28 {
29 return [
30 Language::class
31 ];
32 }
33}
getSettingConfigurations()
Return all User Settings provided by the component.
Definition: Settings.php:27