EnhancerInterface.php in Drupal 8
Same filename and directory in other branches
Namespace
Drupal\Core\RoutingFile
core/lib/Drupal/Core/Routing/EnhancerInterface.phpView 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
Name | Description |
---|---|
EnhancerInterface | A route enhance service to determine route enhance rules. |