You are here

public function GridStackStylizer::getConfiguredStyle in GridStack 8.2

Returns a particular style from settings.

File

src/GridStackStylizer.php, line 98

Class

GridStackStylizer
Implements GridStackStylizerInterface.

Namespace

Drupal\gridstack

Code

public function getConfiguredStyle($key, array $settings) {
  return $this
    ->style()
    ->getStyle($key, $settings);
}