You are here

public function SlickBaseInterface::setSetting in Slick Carousel 7.3

Same name and namespace in other branches
  1. 8.2 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 113

Class

SlickBaseInterface
Provides an interface defining a Slick entity.

Namespace

Drupal\slick\Entity

Code

public function setSetting($setting_name, $value);