function PerformanceTestRecorder::onRouteBuilderFinish
Records a router rebuild.
File
-
core/
lib/ Drupal/ Core/ Test/ PerformanceTestRecorder.php, line 75
Class
- PerformanceTestRecorder
- Records the number of times specific events occur.
Namespace
Drupal\Core\TestCode
public function onRouteBuilderFinish() {
$this->record('event', RoutingEvents::FINISHED);
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.