EnhancerInterface.php 240 B

123456789101112
  1. <?php
  2. namespace Drupal\Core\Routing;
  3. use Symfony\Cmf\Component\Routing\Enhancer\RouteEnhancerInterface;
  4. /**
  5. * A route enhance service to determine route enhance rules.
  6. */
  7. interface EnhancerInterface extends RouteEnhancerInterface {
  8. }