RouteProvider.php
Same filename in this branch
Same filename in other branches
Namespace
Drupal\simpletestFile
-
core/
modules/ simpletest/ src/ RouteProvider.php
View source
<?php
namespace Drupal\simpletest;
use Drupal\KernelTests\RouteProvider as CoreRouteProvider;
/**
* Rebuilds the router when the provider is instantiated.
*
* @deprecated in drupal:8.6.0 and is removed from drupal:9.0.0. Use
* Drupal\KernelTests\RouteProvider instead.
*
* @see https://www.drupal.org/node/2943146
*/
class RouteProvider extends CoreRouteProvider {
}
Classes
Title | Deprecated | Summary |
---|---|---|
RouteProvider | in drupal:8.6.0 and is removed from drupal:9.0.0. Use Drupal\KernelTests\RouteProvider instead. |
Rebuilds the router when the provider is instantiated. |
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.