You are here

public function Grid::get in Filebrowser 8.2

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

File

src/Grid/Grid.php, line 37

Class

Grid

Namespace

Drupal\filebrowser\Grid

Code

public function get() {
  $this
    ->CreateGrids();
  return $this->sortedGrids;
}