Constructs a new \Drupal\Core\Routing\Enhancer\FormEnhancer object.
\Drupal\Core\ContentNegotiation $negotiation: The Content Negotiation service.
public function __construct(ContentNegotiation $negotiation) {
$this->negotiation = $negotiation;
}