You are here

public function GridStackInterface::getSetting in GridStack 8.2

Same name and namespace in other branches
  1. 8 src/Entity/GridStackInterface.php \Drupal\gridstack\Entity\GridStackInterface::getSetting()

Returns the value of a gridstack setting.

Parameters

string $name: The setting name.

mixed $default: The default value.

Return value

mixed The option value.

1 method overrides GridStackInterface::getSetting()
GridStack::getSetting in src/Entity/GridStack.php
Returns the value of a gridstack setting.

File

src/Entity/GridStackInterface.php, line 45

Class

GridStackInterface
Provides an interface defining GridStack entity.

Namespace

Drupal\gridstack\Entity

Code

public function getSetting($name, $default = NULL);