EnhancerInterface.php

Same filename in other branches
  1. 9 core/lib/Drupal/Core/Routing/EnhancerInterface.php
  2. 10 core/lib/Drupal/Core/Routing/EnhancerInterface.php
  3. 11.x core/lib/Drupal/Core/Routing/EnhancerInterface.php

Namespace

Drupal\Core\Routing

File

core/lib/Drupal/Core/Routing/EnhancerInterface.php

View source
<?php

namespace Drupal\Core\Routing;

use Symfony\Cmf\Component\Routing\Enhancer\RouteEnhancerInterface;

/**
 * A route enhance service to determine route enhance rules.
 */
interface EnhancerInterface extends RouteEnhancerInterface {

}

Interfaces

Title Deprecated Summary
EnhancerInterface A route enhance service to determine route enhance rules.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.