You are here

public function DraggableViews::getHtmlId in DraggableViews 2.0.x

Same name and namespace in other branches
  1. 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\draggableviews

Code

public function getHtmlId() {
  return Html::getId('draggableviews-table-' . $this->view
    ->id() . '-' . $this->view->current_display);
}