protected property PhpTransliteration::$languageOverrides in Drupal 9
Same name and namespace in other branches
- 8 core/lib/Drupal/Component/Transliteration/PhpTransliteration.php \Drupal\Component\Transliteration\PhpTransliteration::languageOverrides
Associative array of language-specific character transliteration tables.
The outermost array keys are language codes. For each language code key, the value is an array whose keys are Unicode character codes, and whose values are the transliterations of those characters to US-ASCII. This is set up as needed in PhpTransliteration::replace() by calling PhpTransliteration::readLanguageOverrides().
Type: array
File
- core/
lib/ Drupal/ Component/ Transliteration/ PhpTransliteration.php, line 47
Class
- PhpTransliteration
- Implements transliteration without using the PECL extensions.
Namespace
Drupal\Component\TransliterationCode
protected $languageOverrides = [];