You are here

EnhancerInterface.php in Drupal 8

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

Namesort descending Description
EnhancerInterface A route enhance service to determine route enhance rules.