You are here

protected property EntityAutocompleteMatcher::$selectionManager in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 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 24
Contains \Drupal\Core\Entity\EntityAutocompleteMatcher.

Class

EntityAutocompleteMatcher
Matcher class to get autocompletion results for entity reference.

Namespace

Drupal\Core\Entity

Code

protected $selectionManager;