W3cubDocs

/Drupal 8

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

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;

© 2001–2016 by the original authors
Licensed under the GNU General Public License, version 2 and later.
Drupal is a registered trademark of Dries Buytaert.
https://api.drupal.org/api/drupal/core!lib!Drupal!Component!Transliteration!PhpTransliteration.php/property/PhpTransliteration::dataDirectory/8.1.x