You are here

public function GridStackViews::buildElementExtra in GridStack 8.2

Returns extra row/ element content such as Isotope filters, sorters, etc.

1 call to GridStackViews::buildElementExtra()
GridStackViews::buildElements in src/Plugin/views/style/GridStackViews.php
Returns gridstack contents.

File

src/Plugin/views/style/GridStackViews.php, line 258

Class

GridStackViews
GridStack style plugin.

Namespace

Drupal\gridstack\Plugin\views\style

Code

public function buildElementExtra(array &$box, $row, $delta) {

  // Do nothing, let extender do their jobs.
}