Mercurial > hg > isophonics-drupal-site
comparison core/modules/system/src/Tests/Routing/MockRouteProvider.php @ 12:7a779792577d
Update Drupal core to v8.4.5 (via Composer)
author | Chris Cannam |
---|---|
date | Fri, 23 Feb 2018 15:52:07 +0000 |
parents | 4c8ae668cc8c |
children |
comparison
equal
deleted
inserted
replaced
11:bfffd8d7479a | 12:7a779792577d |
---|---|
13 class MockRouteProvider implements RouteProviderInterface { | 13 class MockRouteProvider implements RouteProviderInterface { |
14 | 14 |
15 /** | 15 /** |
16 * A collection of routes for this route provider. | 16 * A collection of routes for this route provider. |
17 * | 17 * |
18 * @var RouteCollection | 18 * @var \Symfony\Component\Routing\RouteCollection |
19 */ | 19 */ |
20 protected $routes; | 20 protected $routes; |
21 | 21 |
22 /** | 22 /** |
23 * Constructs a new MockRouteProvider. | 23 * Constructs a new MockRouteProvider. |