W3cubDocs

/Drupal 8

protected property 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\Transliteration

Code

protected $languageOverrides = array();

© 2001–2016 by the original authors
Licensed under the GNU General Public License, version 2 and later.
Drupal is a registered trademark of Dries Buytaert.
https://api.drupal.org/api/drupal/core!lib!Drupal!Component!Transliteration!PhpTransliteration.php/property/PhpTransliteration::languageOverrides/8.1.x