service route_enhancer.ajax

Class

Drupal\Core\Routing\Enhancer\AjaxEnhancer

Tags

  • route_enhancer
  • legacy_route_enhancer

File

drupal/core/core.services.yml
drupal/core/core.services.yml

View source
  1. class: Drupal\Core\Routing\Enhancer\AjaxEnhancer
  2. arguments:
  3. - '@content_negotiation'
  4. tags:
  5. - { name: route_enhancer, priority: 20 }
  6. - { name: legacy_route_enhancer, priority: 20 }