Skip to content
Snippets Groups Projects
Commit b4291de2 authored by Jess's avatar Jess
Browse files

Issue #2874700 by dhruveshdtripathi, billywardrop, Dinesh18, maryedith,...

Issue #2874700 by dhruveshdtripathi, billywardrop, Dinesh18, maryedith, sorabh.v6, Gábor Hojtsy, Mile23, tedbow: Add Change record to @deprecated for Domain::Config Language Negotations
parent 391b7103
No related branches found
No related tags found
2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
......@@ -272,6 +272,8 @@ function language_get_default_langcode($entity_type, $bundle) {
*
* @deprecated in Drupal 8.0.x-dev, will be removed before Drupal 9.0.0.
* Use \Drupal::config('language.negotiation')->get('url.prefixes') instead.
*
* @see https://www.drupal.org/node/2912748
*/
function language_negotiation_url_prefixes() {
return \Drupal::config('language.negotiation')->get('url.prefixes');
......@@ -301,6 +303,8 @@ function language_negotiation_url_prefixes_update() {
*
* @deprecated in Drupal 8.0.x-dev, will be removed before Drupal 9.0.0.
* Use \Drupal::config('language.negotiation')->get('url.domains') instead.
*
* @see https://www.drupal.org/node/2912748
*/
function language_negotiation_url_domains() {
return \Drupal::config('language.negotiation')->get('url.domains');
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment