public function SliderProInterface::setOptions in Slider Pro 8
Sets the slider pro library options array.
Parameters
array $options: New/updated array of options.
1 method overrides SliderProInterface::setOptions()
- SliderPro::setOptions in src/
Entity/ SliderPro.php - Sets the slider pro library options array.
File
- src/
Entity/ SliderProInterface.php, line 37
Class
- SliderProInterface
- Provides an interface for defining slider pro optionset entities.
Namespace
Drupal\slider_pro\EntityCode
public function setOptions(array $options);