Returns all the settings. This is only used for testing purposes.
Return value
array
All the settings.
File
- drupal/core/lib/Drupal/Component/Utility/Settings.php, line 77
- Contains \Drupal\Component\Utility\Settings.
Class
- Settings
- Read only settings that are initialized with the class.
Namespace
Drupal\Component\Utility
Code
public function getAll() {
return $this->storage;
}