diff options
author | xjm <xjm@65776.no-reply.drupal.org> | 2023-01-07 15:32:44 -0600 |
---|---|---|
committer | xjm <xjm@65776.no-reply.drupal.org> | 2023-01-07 15:32:44 -0600 |
commit | 4d9b40b01e2c02e5e53b69102c07b3df31353d4e (patch) | |
tree | a7719d74cae1c625db00e898dcc30a0b56654cff /core/tests/Drupal/Tests/BrowserTestBase.php | |
parent | 8b49c009d13194ad6fc00f2a5be50e483b110674 (diff) | |
download | drupal-4d9b40b01e2c02e5e53b69102c07b3df31353d4e.tar.gz drupal-4d9b40b01e2c02e5e53b69102c07b3df31353d4e.zip |
Issue #3244570 by voleger, xjm, alexpott, longwave, andypost: Deprecate drupal_rewrite_settings()
Diffstat (limited to 'core/tests/Drupal/Tests/BrowserTestBase.php')
-rw-r--r-- | core/tests/Drupal/Tests/BrowserTestBase.php | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/core/tests/Drupal/Tests/BrowserTestBase.php b/core/tests/Drupal/Tests/BrowserTestBase.php index cd75578c4eb..283cffc0b63 100644 --- a/core/tests/Drupal/Tests/BrowserTestBase.php +++ b/core/tests/Drupal/Tests/BrowserTestBase.php @@ -126,9 +126,11 @@ abstract class BrowserTestBase extends TestCase { protected $defaultTheme; /** - * An array of custom translations suitable for drupal_rewrite_settings(). + * An array of custom translations suitable for SettingsEditor::rewrite(). * * @var array + * + * @see \Drupal\Core\Site\SettingsEditor::rewrite() */ protected $customTranslations; |