Mercurial > hg > isophonics-drupal-site
comparison vendor/symfony/routing/Loader/DependencyInjection/ServiceRouterLoader.php @ 18:af1871eacc83
Update to Drupal core 8.7.1
author | Chris Cannam |
---|---|
date | Thu, 09 May 2019 15:33:08 +0100 |
parents | 1fec387a4317 |
children |
comparison
equal
deleted
inserted
replaced
17:129ea1e6d783 | 18:af1871eacc83 |
---|---|
14 use Psr\Container\ContainerInterface; | 14 use Psr\Container\ContainerInterface; |
15 use Symfony\Component\Routing\Loader\ObjectRouteLoader; | 15 use Symfony\Component\Routing\Loader\ObjectRouteLoader; |
16 | 16 |
17 /** | 17 /** |
18 * A route loader that executes a service to load the routes. | 18 * A route loader that executes a service to load the routes. |
19 * | |
20 * This depends on the DependencyInjection component. | |
21 * | 19 * |
22 * @author Ryan Weaver <ryan@knpuniversity.com> | 20 * @author Ryan Weaver <ryan@knpuniversity.com> |
23 */ | 21 */ |
24 class ServiceRouterLoader extends ObjectRouteLoader | 22 class ServiceRouterLoader extends ObjectRouteLoader |
25 { | 23 { |