public static Settings::getInstance()
Returns the settings instance.
A singleton is used because this class is used before the container is available.
Return value
File
- core/lib/Drupal/Core/Site/Settings.php, line 48
Class
- Settings
- Read only settings that are initialized with the class.
Namespace
Drupal\Core\Site
Code
public static function getInstance() { return self::$instance; }
Please login to continue.