Same name and namespace in other branches
  1. 8.9.x core/core.services.yml \transliteration
  2. 9 core/core.services.yml \transliteration

Class

Drupal\Core\Transliteration\PhpTransliteration
6 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.

... See full list

File

core/core.services.yml
core/core.services.yml

View source
  1. class: Drupal\Core\Transliteration\PhpTransliteration
  2. arguments:
  3. - null
  4. - '@module_handler'