Settings::getAll

public static Settings::getAll()

Returns all the settings. This is only used for testing purposes.

Return value

array All the settings.

File

core/lib/Drupal/Core/Site/Settings.php, line 90

Class

Settings
Read only settings that are initialized with the class.

Namespace

Drupal\Core\Site

Code

1
2
3
public static function getAll() {
  return self::$instance->storage;
}
doc_Drupal
2025-01-10 15:47:30
Comments
Leave a Comment

Please login to continue.