public function DraggableViews::__construct in DraggableViews 8
Same name and namespace in other branches
- 2.0.x src/DraggableViews.php \Drupal\draggableviews\DraggableViews::__construct()
Constructs DraggableViewsRows object.
Parameters
\Drupal\views\ViewExecutable $view: Views object.
File
- src/
DraggableViews.php, line 27
Class
- DraggableViews
- Class DraggableViews.
Namespace
Drupal\draggableviewsCode
public function __construct(ViewExecutable $view) {
$this->view = $view;
}