Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / web / core / lib / Drupal / Core / Routing / EnhancerInterface.php
1 <?php
2
3 namespace Drupal\Core\Routing;
4
5 use Symfony\Cmf\Component\Routing\Enhancer\RouteEnhancerInterface;
6
7 /**
8  * A route enhance service to determine route enhance rules.
9  */
10 interface EnhancerInterface extends RouteEnhancerInterface {
11
12 }