You are here

public function GridStackEnginePluginInterface::classOptions in GridStack 8.2

Returns the layout engine classes for select options.

Return value

array The array of the defined classes.

1 method overrides GridStackEnginePluginInterface::classOptions()
GridStackEnginePluginBase::classOptions in src/GridStackEnginePluginBase.php
Returns the layout engine classes for select options.

File

src/GridStackEnginePluginInterface.php, line 16

Class

GridStackEnginePluginInterface
Provides an interface defining GridStack layout engines.

Namespace

Drupal\gridstack

Code

public function classOptions();