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