public function DraggableViews::getHtmlId in DraggableViews 2.0.x
Same name and namespace in other branches
- 8 src/DraggableViews.php \Drupal\draggableviews\DraggableViews::getHtmlId()
Get HTML id for draggableviews table.
File
- src/
DraggableViews.php, line 88
Class
- DraggableViews
- Class DraggableViews.
Namespace
Drupal\draggableviewsCode
public function getHtmlId() {
return Html::getId('draggableviews-table-' . $this->view
->id() . '-' . $this->view->current_display);
}