public function SlickBaseInterface::setSettings in Slick Carousel 8.2
Same name and namespace in other branches
- 7.3 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 45
Class
- SlickBaseInterface
- Provides an interface defining a Slick entity.
Namespace
Drupal\slick\EntityCode
public function setSettings(array $settings = []);