public function LanguageWithFallback::getEntityRepository in Search API 8
Retrieves the entity repository.
Return value
\Drupal\Core\Entity\EntityRepositoryInterface The entity repository.
File
- src/
Plugin/ search_api/ processor/ LanguageWithFallback.php, line 64
Class
- LanguageWithFallback
- Adds the item's language (with fallbacks) to the indexed data.
Namespace
Drupal\search_api\Plugin\search_api\processorCode
public function getEntityRepository() {
return $this->entityRepository;
}