You are here

public function Grid::__construct in Filebrowser 3.x

Same name and namespace in other branches
  1. 8.2 src/Grid/Grid.php \Drupal\filebrowser\Grid\Grid::__construct()

File

src/Grid/Grid.php, line 32

Class

Grid

Namespace

Drupal\filebrowser\Grid

Code

public function __construct($variables, $options) {
  $this->variables = $variables;
  $this->options = $options;
}