public function Statistics::get in Filebrowser 8.2
Same name and namespace in other branches
- 3.x src/Statistics.php \Drupal\filebrowser\Statistics::get()
File
- src/
Statistics.php, line 28
Class
Namespace
Drupal\filebrowserCode
public function get() {
return [
'#theme' => 'statistics',
'#statistics' => $this->statistics,
];
}