1 drupal.inc | drupal_rewrite_settings($settings = array()) |
Replaces values in settings.php with values in the submitted array.
Deprecated
since 1.0.0
See also
Related topics
File
- core/
includes/ drupal.inc, line 1947 - Contains constants and function wrappers for Drupal 7.x compatibility.
Code
function drupal_rewrite_settings($settings = array()) {
watchdog_deprecated_function('drupal', __FUNCTION__);
return backdrop_rewrite_settings($settings);
}