constant LanguageInterface::LANGCODE_NOT_SPECIFIED in Zircon Profile 8
Same name and namespace in other branches
- 8.0 core/lib/Drupal/Core/Language/LanguageInterface.php \Drupal\Core\Language\LanguageInterface::LANGCODE_NOT_SPECIFIED
The language code used when no language is explicitly assigned (yet).
Should be used when language information is not available or cannot be determined. This special language code is useful when we know the data might have linguistic information, but we don't know the language.
See http://www.w3.org/International/questions/qa-no-language#undetermined.
File
- core/
lib/ Drupal/ Core/ Language/ LanguageInterface.php, line 34 - Contains \Drupal\Core\Language\LanguageInterface.
Class
- LanguageInterface
- Defines a language.
Namespace
Drupal\Core\LanguageCode
const LANGCODE_NOT_SPECIFIED = 'und';