private static property Settings::$deprecatedSettings in Drupal 10
Same name and namespace in other branches
- 9 core/lib/Drupal/Core/Site/Settings.php \Drupal\Core\Site\Settings::deprecatedSettings
Information about all deprecated settings, keyed by legacy settings name.
Each entry should be an array that defines the following keys:
- 'replacement': The new name for the setting.
- 'message': The deprecation message to use for trigger_error().
Type: array
See also
File
- core/
lib/ Drupal/ Core/ Site/ Settings.php, line 40
Class
- Settings
- Read only settings that are initialized with the class.
Namespace
Drupal\Core\SiteCode
private static $deprecatedSettings = [];