Mercurial > hg > isophonics-drupal-site
comparison core/modules/config_translation/src/ConfigNamesMapper.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 | 129ea1e6d783 |
comparison
equal
deleted
inserted
replaced
11:bfffd8d7479a | 12:7a779792577d |
---|---|
59 protected $routeProvider; | 59 protected $routeProvider; |
60 | 60 |
61 /** | 61 /** |
62 * The base route object that the mapper is attached to. | 62 * The base route object that the mapper is attached to. |
63 * | 63 * |
64 * @return \Symfony\Component\Routing\Route | 64 * @var \Symfony\Component\Routing\Route |
65 */ | 65 */ |
66 protected $baseRoute; | 66 protected $baseRoute; |
67 | 67 |
68 /** | 68 /** |
69 * The available routes. | 69 * The available routes. |