Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. PhpTransliteration.php

function PhpTransliteration::__construct

Same name in this branch
  1. 11.1.x core/lib/Drupal/Component/Transliteration/PhpTransliteration.php \Drupal\Component\Transliteration\PhpTransliteration::__construct()

Constructs a PhpTransliteration object.

Parameters

string $data_directory: The directory where data files reside. If NULL, defaults to subdirectory 'data' underneath the directory where the class's PHP file resides.

\Drupal\Core\Extension\ModuleHandlerInterface $module_handler: The module handler to execute the transliteration_overrides alter hook.

Overrides PhpTransliteration::__construct

File

core/lib/Drupal/Core/Transliteration/PhpTransliteration.php, line 32

Class

PhpTransliteration
Enhances PhpTransliteration with an alter hook.

Namespace

Drupal\Core\Transliteration

Code

public function __construct($data_directory, ModuleHandlerInterface $module_handler) {
    parent::__construct($data_directory);
    $this->moduleHandler = $module_handler;
}

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal