You are here

protected property SearchApiFieldTrait::$entityTypeManager in Search API 8

The entity type manager.

Type: \Drupal\Core\Entity\EntityTypeManagerInterface

File

src/Plugin/views/field/SearchApiFieldTrait.php, line 132

Class

SearchApiFieldTrait
Provides a trait to use for Search API Views field handlers.

Namespace

Drupal\search_api\Plugin\views\field

Code

protected $entityTypeManager;