You are here

public function SliderPro::getOptions in Slider Pro 8

Returns the array of slider pro library options.

Return value

array The array of options.

Overrides SliderProInterface::getOptions

File

src/Entity/SliderPro.php, line 67

Class

SliderPro
Defines the SliderPro entity.

Namespace

Drupal\slider_pro\Entity

Code

public function getOptions() {
  return $this->options;
}