Constructs an EntityAutocompleteMatcher object.
\Drupal\Core\Entity\EntityReferenceSelection\SelectionPluginManagerInterface $selection_manager: The entity reference selection handler plugin manager.
public function __construct(SelectionPluginManagerInterface $selection_manager) { $this->selectionManager = $selection_manager; }