@@ -347,8 +346,13 @@ protected function dateFormat($type, $langcode) {
...
@@ -347,8 +346,13 @@ protected function dateFormat($type, $langcode) {
*
*
* @return string
* @return string
* The config setting for country.default.
* The config setting for country.default.
*
* @deprecated in drupal:10.3.0 and is removed from drupal:11.0.0. There will be a contrib replacement. See https://www.drupal.org/node/3439484
*
* @see https://www.drupal.org/node/3439484
*/
*/
protectedfunctioncountry(){
protectedfunctioncountry(){
@trigger_error('Calling '.__METHOD__.'() 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/3439484',E_USER_DEPRECATED);