You are here

protected function GridStackEnginePluginBase::setRowClassOptions in GridStack 8.2

Sets the optional plugin engine classes for options, row, hard-coded.

1 method overrides GridStackEnginePluginBase::setRowClassOptions()
Bootstrap4::setRowClassOptions in src/Plugin/gridstack/engine/Bootstrap4.php
Sets the optional plugin engine classes for options, row, hard-coded.

File

src/GridStackEnginePluginBase.php, line 136

Class

GridStackEnginePluginBase
Provides base class for all gridstack layout engines.

Namespace

Drupal\gridstack

Code

protected function setRowClassOptions() {
  return [];
}