You are here

protected property Transliteration::$languageManager in Search API 8

The language manager.

Type: \Drupal\Core\Language\LanguageManagerInterface|null

File

src/Plugin/search_api/processor/Transliteration.php, line 38

Class

Transliteration
Makes searches insensitive to accents and other non-ASCII characters.

Namespace

Drupal\search_api\Plugin\search_api\processor

Code

protected $languageManager;