public function GridStackInterface::getSetting in GridStack 8
Same name and namespace in other branches
- 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\EntityCode
public function getSetting($name);