ChainedRouterInterface.php

Namespace

Symfony\Cmf\Component\Routing

File

drupal/core/vendor/symfony-cmf/routing/Symfony/Cmf/Component/Routing/ChainedRouterInterface.php
View source
<?php

namespace Symfony\Cmf\Component\Routing;

use Symfony\Component\Routing\RouterInterface;

/**
 * Interface to combine the VersatileGeneratorInterface with the RouterInterface
 */
interface ChainedRouterInterface extends RouterInterface, VersatileGeneratorInterface {

}

Interfaces

Namesort descending Description
ChainedRouterInterface Interface to combine the VersatileGeneratorInterface with the RouterInterface