protected property PHPTransliteration::$dataDirectory

Directory where data for transliteration resides.

The constructor sets this (by default) to subdirectory 'data' underneath the directory where the class's PHP file resides.

Type: string

File

drupal/core/lib/Drupal/Component/Transliteration/PHPTransliteration.php, line 39
Definition of \Drupal\Component\Transliteration\PHPTransliteration.

Class

PHPTransliteration
Implements transliteration without using the PECL extensions.

Namespace

Drupal\Component\Transliteration

Code

protected $dataDirectory;