Constructs a EntityReferenceController object.
\Drupal\entity_reference\EntityReferenceAutocomplete $entity_reference_autcompletion: The autocompletion helper for entity references
public function __construct(EntityReferenceAutocomplete $entity_reference_autcompletion) {
$this->entityReferenceAutocomplete = $entity_reference_autcompletion;
}