File
- drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Tests/Matcher/TraceableUrlMatcherTest.php, line 57
Class
- TraceableUrlMatcherTest
Namespace
Symfony\Component\Routing\Tests\Matcher
Code
public function getLevels($traces) {
$levels = array();
foreach ($traces as $trace) {
$levels[] = $trace['level'];
}
return $levels;
}