@trigger_error('The '.__NAMESPACE__.'\Locale is deprecated in drupal:10.3.0 and is removed from drupal:11.0.0. There is no replacement. See https://www.drupal.org/node/3437110',E_USER_DEPRECATED);
/**
* Static service container wrapper for locale.
*
* @deprecated in drupal:10.3.0 and is removed from drupal:11.0.0.
* There is no replacement.
*
* @see https://www.drupal.org/node/3437110
*/
classLocale{
@@ -13,11 +20,16 @@ class Locale {
* Use the locale config manager service for creating locale-wrapped typed
* @deprecated in drupal:10.3.0 and is removed from drupal:11.0.0.
* Use \Drupal::service('locale.config_manager') instead.
*
* @see https://www.drupal.org/node/3437110
*/
publicstaticfunctionconfig(){
@trigger_error(__METHOD__.'() is deprecated in drupal:10.3.0 and is removed from drupal:11.0.0. Use \Drupal::service(\'locale.config_manager\') instead. See https://www.drupal.org/node/3437110',E_USER_DEPRECATED);