You are here

public function GridStackBaseInterface::getOptions in GridStack 8.2

Returns the GridStack options by group, or property.

Parameters

string $group: The name of setting group: breakpoints, grids, settings.

string $property: The name of specific property: resizable, draggable, etc.

Return value

mixed|array|null Available options by $group, $property, all, or NULL.

1 method overrides GridStackBaseInterface::getOptions()
GridStackBase::getOptions in src/Entity/GridStackBase.php
Returns the GridStack options by group, or property.

File

src/Entity/GridStackBaseInterface.php, line 23

Class

GridStackBaseInterface
Provides a base interface defining GridStack entity.

Namespace

Drupal\gridstack\Entity

Code

public function getOptions($group = NULL, $property = NULL);