You are here

public function LanguageWithFallback::getLanguageManager in Search API 8

Retrieves the language manager.

Return value

\Drupal\Core\Language\LanguageManagerInterface The language manager.

File

src/Plugin/search_api/processor/LanguageWithFallback.php, line 87

Class

LanguageWithFallback
Adds the item's language (with fallbacks) to the indexed data.

Namespace

Drupal\search_api\Plugin\search_api\processor

Code

public function getLanguageManager() {
  return $this->languageManager;
}