Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. PhpTransliteration.php

PhpTransliteration::$genericMap

Non-language-specific transliteration tables.

Array whose keys are the upper two bytes of the Unicode character, and whose values are an array of transliterations for each lower-two bytes character code. This is set up as needed in PhpTransliteration::replace() by calling PhpTransliteration::readGenericData().

Type: array

File

core/lib/Drupal/Component/Transliteration/PhpTransliteration.php, line 61

Class

PhpTransliteration
Implements transliteration without using the PECL extensions.

Namespace

Drupal\Component\Transliteration

Code

protected $genericMap = [];

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal