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
- core/lib/Drupal/Component/Transliteration/PhpTransliteration.php, line 34
Class
- PhpTransliteration
- Implements transliteration without using the PECL extensions.
Namespace
Drupal\Component\Transliteration
Code
protected $dataDirectory;
Please login to continue.