public function SlickInterface::setSetting in Slick Carousel 8
Sets the value of a slick setting.
Parameters
string $setting_name: The setting name.
string $value: The setting value.
Return value
$this The class instance that this method is called on.
1 method overrides SlickInterface::setSetting()
- Slick::setSetting in src/
Entity/ Slick.php - Sets the value of a slick setting.
File
- src/
Entity/ SlickInterface.php, line 82
Class
- SlickInterface
- Provides an interface defining a Slick entity.
Namespace
Drupal\slick\EntityCode
public function setSetting($setting_name, $value);