Constructs a new \Drupal\Core\Entity\Enhancer\EntityFormEnhancer.
Parameters
\Drupal\Core\ContentNegotiation $negotiation:
The content negotiation library.
File
- drupal/core/lib/Drupal/Core/Entity/Enhancer/EntityFormEnhancer.php, line 32
- Contains \Drupal\Core\Entity\Enhancer\EntityFormEnhancer.
Class
- EntityFormEnhancer
- Enhances an entity form route with the appropriate controller.
Namespace
Drupal\Core\Entity\Enhancer
Code
public function __construct(ContentNegotiation $negotiation) {
$this->negotiation = $negotiation;
}