You are here

public function MockRouteProvider::preLoadRoutes in Drupal 9

Same name and namespace in other branches
  1. 8 core/modules/system/src/Tests/Routing/MockRouteProvider.php \Drupal\system\Tests\Routing\MockRouteProvider::preLoadRoutes()

File

core/modules/system/src/Tests/Routing/MockRouteProvider.php, line 57

Class

MockRouteProvider
Easily configurable mock route provider.

Namespace

Drupal\system\Tests\Routing

Code

public function preLoadRoutes($names) {

  // Nothing to do.
}