You are here

public function SliderPro::setOptions in Slider Pro 8

Sets the slider pro library options array.

Parameters

array $options: New/updated array of options.

Overrides SliderProInterface::setOptions

File

src/Entity/SliderPro.php, line 75

Class

SliderPro
Defines the SliderPro entity.

Namespace

Drupal\slider_pro\Entity

Code

public function setOptions(array $options) {
  $this->options = $options;
}