public function DraggableViews::__construct in DraggableViews 2.0.x
Same name and namespace in other branches
- 8 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;
}