You are here

public function GridStackEnginePluginBase::classOptions in GridStack 8.2

Returns the layout engine classes for select options.

Return value

array The array of the defined classes.

Overrides GridStackEnginePluginInterface::classOptions

File

src/GridStackEnginePluginBase.php, line 115

Class

GridStackEnginePluginBase
Provides base class for all gridstack layout engines.

Namespace

Drupal\gridstack

Code

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