Mercurial > hg > isophonics-drupal-site
view core/modules/simpletest/src/RouteProvider.php @ 17:129ea1e6d783
Update, including to Drupal core 8.6.10
author | Chris Cannam |
---|---|
date | Thu, 28 Feb 2019 13:21:36 +0000 |
parents | 7a779792577d |
children |
line wrap: on
line source
<?php namespace Drupal\simpletest; use Drupal\KernelTests\RouteProvider as CoreRouteProvider; /** * Rebuilds the router when the provider is instantiated. * * @deprecated in 8.6.0 for removal before 9.0.0. Use * Drupal\KernelTests\RouteProvider instead. * * @see https://www.drupal.org/node/2943146 */ class RouteProvider extends CoreRouteProvider { }