public function SlickBaseInterface::setSetting in Slick Carousel 8.2
Same name and namespace in other branches
- 7.3 src/Entity/SlickBaseInterface.php \Drupal\slick\Entity\SlickBaseInterface::setSetting()
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 SlickBaseInterface::setSetting()
- SlickBase::setSetting in src/
Entity/ SlickBase.php - Sets the value of a slick setting.
File
- src/
Entity/ SlickBaseInterface.php, line 69
Class
- SlickBaseInterface
- Provides an interface defining a Slick entity.
Namespace
Drupal\slick\EntityCode
public function setSetting($setting_name, $value);