You are here

public function BlazyConfigEntityBaseInterface::setSetting in Blazy 8.2

Sets the value of a 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 BlazyConfigEntityBaseInterface::setSetting()
BlazyConfigEntityBase::setSetting in src/Dejavu/BlazyConfigEntityBase.php
Sets the value of a setting.

File

src/Dejavu/BlazyConfigEntityBaseInterface.php, line 71

Class

BlazyConfigEntityBaseInterface
Provides a common config entity for Slick, Splide, ElevateZoomPLus, etc.

Namespace

Drupal\blazy\Dejavu

Code

public function setSetting($setting_name, $value);