You are here

public function GridStackInterface::getSetting in GridStack 8

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

Returns the value of a gridstack setting.

Parameters

string $name: The setting name.

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 82

Class

GridStackInterface
Provides an interface defining GridStack entity.

Namespace

Drupal\gridstack\Entity

Code

public function getSetting($name);