service transliteration in Drupal 8
Same name and namespace in other branches
- 9 core/core.services.yml \transliteration
Class
Drupal\Core\Transliteration\PhpTransliteration5 string references to transliteration
- DrupalTest::testTransliteration in core/
tests/ Drupal/ Tests/ Core/ DrupalTest.php - Tests the transliteration() method.
- FilterID::getSourceFilterType in core/
modules/ filter/ src/ Plugin/ migrate/ process/ FilterID.php - Gets the Drupal 8 filter type for a Drupal 7 filter.
- MachineName::create in core/
modules/ migrate/ src/ Plugin/ migrate/ process/ MachineName.php - Creates an instance of the plugin.
- MachineNameController::create in core/
modules/ system/ src/ MachineNameController.php - Instantiates a new instance of this class.
- PhpTransliterationTest::testSafeInclude in core/
tests/ Drupal/ Tests/ Component/ Transliteration/ PhpTransliterationTest.php - Tests inclusion is safe.
File
- core/
core.services.yml - core/core.services.yml
View source
- class: Drupal\Core\Transliteration\PhpTransliteration
- arguments:
- - null
- - '@module_handler'