function RouteBuilderTest::onRouteDynamic
File
-
core/
tests/ Drupal/ Tests/ Core/ Routing/ RouteBuilderTest.php, line 353
Class
Namespace
Drupal\Tests\Core\RoutingCode
public function onRouteDynamic(RouteBuildEvent $event) : void {
$this->dynamicFired = TRUE;
$this->assertEquals($event->getRouteCollection(), $this->expectedRouteCollection);
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.