Mercurial > hg > isophonics-drupal-site
comparison core/modules/language/tests/src/Unit/LanguageNegotiationUrlTest.php @ 17:129ea1e6d783
Update, including to Drupal core 8.6.10
author | Chris Cannam |
---|---|
date | Thu, 28 Feb 2019 13:21:36 +0000 |
parents | 4c8ae668cc8c |
children |
comparison
equal
deleted
inserted
replaced
16:c2387f117808 | 17:129ea1e6d783 |
---|---|
254 | 254 |
255 // @todo Remove as part of https://www.drupal.org/node/2481833. | 255 // @todo Remove as part of https://www.drupal.org/node/2481833. |
256 namespace Drupal\language\Plugin\LanguageNegotiation; | 256 namespace Drupal\language\Plugin\LanguageNegotiation; |
257 | 257 |
258 if (!function_exists('base_path')) { | 258 if (!function_exists('base_path')) { |
259 | |
259 function base_path() { | 260 function base_path() { |
260 return '/'; | 261 return '/'; |
261 } | 262 } |
263 | |
262 } | 264 } |