public function FormEnhancer::__construct

Constructs a new \Drupal\Core\Routing\Enhancer\FormEnhancer object.

Parameters

\Drupal\Core\ContentNegotiation $negotiation: The Content Negotiation service.

File

drupal/core/lib/Drupal/Core/Routing/Enhancer/FormEnhancer.php, line 32
Contains \Drupal\Core\Routing\Enhancer\FormEnhancer.

Class

FormEnhancer
Enhances a form route with the appropriate controller.

Namespace

Drupal\Core\Routing\Enhancer

Code

public function __construct(ContentNegotiation $negotiation) {
  $this->negotiation = $negotiation;
}