You are here

protected property AddHierarchy::$entityTypeManager in Search API 8

The entity type manager.

Type: \Drupal\Core\Entity\EntityTypeManagerInterface|null

File

src/Plugin/search_api/processor/AddHierarchy.php, line 50

Class

AddHierarchy
Adds all ancestors' IDs to a hierarchical field.

Namespace

Drupal\search_api\Plugin\search_api\processor

Code

protected $entityTypeManager;