public function Grid::__construct in Filebrowser 8.2
Same name and namespace in other branches
- 3.x src/Grid/Grid.php \Drupal\filebrowser\Grid\Grid::__construct()
File
- src/
Grid/ Grid.php, line 32
Class
Namespace
Drupal\filebrowser\GridCode
public function __construct($variables, $options) {
$this->variables = $variables;
$this->options = $options;
}