Skip to content
Snippets Groups Projects
Commit ba1393b7 authored by Angie Byron's avatar Angie Byron
Browse files

Issue #2355573 by YesCT: Use English or in some LanguageInterface copy and paste docs.

parent fdcf584b
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
......@@ -1166,7 +1166,7 @@ function drupal_installation_attempted() {
* @param $flags
* (optional) Specifies the state of the languages that have to be returned.
* It can be: LanguageInterface::STATE_CONFIGURABLE,
* LanguageInterface::STATE_LOCKED, LanguageInterface::STATE_ALL.
* LanguageInterface::STATE_LOCKED, or LanguageInterface::STATE_ALL.
*
* @return \Drupal\Core\Language\LanguageInterface[]
* An associative array of languages, keyed by the language code, ordered by
......
......@@ -691,7 +691,7 @@ function update_replace_permissions($replace) {
* @param $flags
* (optional) Specifies the state of the languages that have to be returned.
* It can be: LanguageInterface::STATE_CONFIGURABLE,
* LanguageInterface::STATE_LOCKED, LanguageInterface::STATE_ALL.
* LanguageInterface::STATE_LOCKED, or LanguageInterface::STATE_ALL.
*
* @return array
* An associative array of languages, keyed by the language code, ordered by
......
......@@ -91,7 +91,7 @@ public function getDefaultLanguage();
* @param int $flags
* (optional) Specifies the state of the languages that have to be returned.
* It can be: LanguageInterface::STATE_CONFIGURABLE,
* LanguageInterface::STATE_LOCKED, LanguageInterface::STATE_ALL.
* LanguageInterface::STATE_LOCKED, or LanguageInterface::STATE_ALL.
*
* @return \Drupal\Core\Language\LanguageInterface[]
* An associative array of languages, keyed by the language code.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment