You are here

public function GridStackEnginePluginBase::rowClassOptions in GridStack 8.2

File

src/GridStackEnginePluginBase.php, line 129

Class

GridStackEnginePluginBase
Provides base class for all gridstack layout engines.

Namespace

Drupal\gridstack

Code

public function rowClassOptions() {
  return $this->rowClassOptions;
}