You are here

public function Statistics::get in Filebrowser 8.2

Same name and namespace in other branches
  1. 3.x src/Statistics.php \Drupal\filebrowser\Statistics::get()

File

src/Statistics.php, line 28

Class

Statistics

Namespace

Drupal\filebrowser

Code

public function get() {
  return [
    '#theme' => 'statistics',
    '#statistics' => $this->statistics,
  ];
}