You are here

protected property EntityAutocompleteMatcher::$selectionManager in Drupal 8

Same name and namespace in other branches
  1. 9 core/lib/Drupal/Core/Entity/EntityAutocompleteMatcher.php \Drupal\Core\Entity\EntityAutocompleteMatcher::selectionManager
  2. 10 core/lib/Drupal/Core/Entity/EntityAutocompleteMatcher.php \Drupal\Core\Entity\EntityAutocompleteMatcher::selectionManager

The entity reference selection handler plugin manager.

Type: \Drupal\Core\Entity\EntityReferenceSelection\SelectionPluginManagerInterface

File

core/lib/Drupal/Core/Entity/EntityAutocompleteMatcher.php, line 19

Class

EntityAutocompleteMatcher
Matcher class to get autocompletion results for entity reference.

Namespace

Drupal\Core\Entity

Code

protected $selectionManager;