EnhancerInterface.php
Same filename in other branches
Namespace
Drupal\Core\RoutingFile
-
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.