Same name and namespace in other branches
  1. 8.9.x core/core.services.yml \entity.autocomplete_matcher
  2. 9 core/core.services.yml \entity.autocomplete_matcher

Class

Drupal\Core\Entity\EntityAutocompleteMatcher
2 string references to entity.autocomplete_matcher
EntityAutocompleteController::create in core/modules/system/src/Controller/EntityAutocompleteController.php
Instantiates a new instance of the implementing class using autowiring.
UserEntityReferenceTest::testUserSelectionByRole in core/modules/user/tests/src/Kernel/UserEntityReferenceTest.php
Tests user selection by roles.

File

core/core.services.yml
core/core.services.yml

View source
  1. class: Drupal\Core\Entity\EntityAutocompleteMatcher
  2. arguments:
  3. - '@plugin.manager.entity_reference_selection'