class AjaxEnhancer

Enhances an ajax route with the appropriate controller.

Hierarchy

Expanded class hierarchy of AjaxEnhancer

1 string reference to 'AjaxEnhancer'

File

drupal/core/lib/Drupal/Core/Routing/Enhancer/AjaxEnhancer.php, line 17
Contains \Drupal\Core\Routing\Enhancer\AjaxEnhancer.

Namespace

Drupal\Core\Routing\Enhancer
View source

Members

Namesort descending Modifiers Type Description Overrides
AjaxEnhancer::$negotiation protected property Content negotiation library.
AjaxEnhancer::enhance public function Update the defaults based on its own data and the request. Overrides RouteEnhancerInterface::enhance
AjaxEnhancer::__construct public function Constructs a new \Drupal\Core\Routing\Enhancer\AjaxEnhancer object.