public function SlickInterface::setSettings in Slick Carousel 8
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 SlickInterface::setSettings()
- Slick::setSettings in src/
Entity/ Slick.php - Sets the array of slick settings.
File
- src/
Entity/ SlickInterface.php, line 58
Class
- SlickInterface
- Provides an interface defining a Slick entity.
Namespace
Drupal\slick\EntityCode
public function setSettings(array $settings = []);