function RouteProvider::routeProviderRouteCompare

File

core/tests/Drupal/KernelTests/RouteProvider.php, line 84

Class

RouteProvider
Rebuilds the router when the provider is instantiated.

Namespace

Drupal\KernelTests

Code

public function routeProviderRouteCompare(array $a, array $b) {
  return $this->lazyLoadItself()
    ->routeProviderRouteCompare($a, $b);
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.