Settings::$deprecatedSettings
Same name and namespace in other branches
- 11.x core/lib/Drupal/Core/Site/Settings.php \Drupal\Core\Site\Settings::deprecatedSettings
- 10 core/lib/Drupal/Core/Site/Settings.php \Drupal\Core\Site\Settings::deprecatedSettings
- 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 41
Class
- Settings
- Read only settings that are initialized with the class.
Namespace
Drupal\Core\SiteCode
private static $deprecatedSettings = [];
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.