public RouteBuilderInterface::setRebuildNeeded()
Sets the router to be rebuilt next time rebuildIfNeeded() is called.
File
- core/lib/Drupal/Core/Routing/RouteBuilderInterface.php, line 43
Class
- RouteBuilderInterface
- Rebuilds the route information and dumps it.
Namespace
Drupal\Core\Routing
Code
public function setRebuildNeeded();
Please login to continue.