DebugKit\Panel\RoutesPanel::summary PHP Method

summary() public method

Get summary data for the routes panel.
public summary ( ) : integer
return integer
    public function summary()
    {
        return count(Router::routes());
    }