Skip to content
Snippets Groups Projects
Commit 581c3a03 authored by Alex Pott's avatar Alex Pott
Browse files

Issue #2460027 by epari.siva, vijaycs85: Update the documentation of ...

Issue #2460027 by epari.siva, vijaycs85: Update the documentation of  Drupal\language\LanguageServiceProvider::getDefaultLanguageValues()
parent 14470fe1
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
...@@ -91,8 +91,8 @@ protected function isMultilingual() { ...@@ -91,8 +91,8 @@ protected function isMultilingual() {
* *
* @return array|bool * @return array|bool
* Returns the default language values for the language configured in * Returns the default language values for the language configured in
* system.site:langcode if the corresponding configuration entity exists, * system.site:default_langcode if the corresponding configuration entity
* otherwise FALSE. * exists, otherwise FALSE.
*/ */
protected function getDefaultLanguageValues() { protected function getDefaultLanguageValues() {
$config_storage = BootstrapConfigStorageFactory::get(); $config_storage = BootstrapConfigStorageFactory::get();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment