function RouteProvider::reset

Resets the route provider object.

Overrides RouteProviderInterface::reset

File

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

Class

RouteProvider
Rebuilds the router when the provider is instantiated.

Namespace

Drupal\KernelTests

Code

public function reset() {
  return $this->lazyLoadItself()
    ->reset();
}

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