protected property PhpTransliteration::$dataDirectory in Drupal 8
Same name and namespace in other branches
- 9 core/lib/Drupal/Component/Transliteration/PhpTransliteration.php \Drupal\Component\Transliteration\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
- core/
lib/ Drupal/ Component/ Transliteration/ PhpTransliteration.php, line 34
Class
- PhpTransliteration
- Implements transliteration without using the PECL extensions.
Namespace
Drupal\Component\TransliterationCode
protected $dataDirectory;