You are here

public function SlickBaseInterface::setSettings in Slick Carousel 7.3

Same name and namespace in other branches
  1. 8.2 src/Entity/SlickBaseInterface.php \Drupal\slick\Entity\SlickBaseInterface::setSettings()

Sets the array of slick settings.

Parameters

array $settings: The new array of settings.

Return value

$this The class instance that this method is called on.

1 method overrides SlickBaseInterface::setSettings()
SlickBase::setSettings in src/Entity/SlickBase.php
Sets the array of slick settings.

File

src/Entity/SlickBaseInterface.php, line 89

Class

SlickBaseInterface
Provides an interface defining a Slick entity.

Namespace

Drupal\slick\Entity

Code

public function setSettings(array $settings = []);