Mercurial > hg > isophonics-drupal-site
comparison core/modules/simpletest/src/RouteProvider.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 |
---|---|
47 } | 47 } |
48 | 48 |
49 /** | 49 /** |
50 * {@inheritdoc} | 50 * {@inheritdoc} |
51 */ | 51 */ |
52 public function preLoadRoutes($names){ | 52 public function preLoadRoutes($names) { |
53 return $this->lazyLoadItself()->preLoadRoutes($names); | 53 return $this->lazyLoadItself()->preLoadRoutes($names); |
54 } | 54 } |
55 | 55 |
56 /** | 56 /** |
57 * {@inheritdoc} | 57 * {@inheritdoc} |