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