You are here

protected property SearchService::$entityTypeManager in Synonyms 2.0.x

Same name and namespace in other branches
  1. 8 synonyms_search/src/SynonymsService/Behavior/SearchService.php \Drupal\synonyms_search\SynonymsService\Behavior\SearchService::entityTypeManager

The entity type manager.

Type: \Drupal\Core\Entity\EntityTypeManagerInterface

File

modules/synonyms_search/src/SynonymsService/Behavior/SearchService.php, line 39

Class

SearchService
Expose synonyms of referenced entities to core Search index.

Namespace

Drupal\synonyms_search\SynonymsService\Behavior

Code

protected $entityTypeManager;