public function Statistics::get in Filebrowser 3.x
Same name and namespace in other branches
- 8.2 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,
];
}