You are here

public function GridStackBaseInterface::getOption in GridStack 8.2

Returns the value of a gridstack option group.

Parameters

string $group: The group name: settings, icon, use_framework, breakpoints.

Return value

mixed The option value merged with defaults.

1 method overrides GridStackBaseInterface::getOption()
GridStackBase::getOption in src/Entity/GridStackBase.php
Returns the value of a gridstack option group.

File

src/Entity/GridStackBaseInterface.php, line 34

Class

GridStackBaseInterface
Provides a base interface defining GridStack entity.

Namespace

Drupal\gridstack\Entity

Code

public function getOption($group);