You are here

public function SlickInterface::getOptions in Slick Carousel 8

Returns the Slick options by group, or property.

Parameters

string $group: The name of setting group: settings, responsives.

string $property: The name of specific property: prevArrow, nexArrow.

Return value

mixed|array|null Available options by $group, $property, all, or NULL.

1 method overrides SlickInterface::getOptions()
Slick::getOptions in src/Entity/Slick.php
Returns the Slick options by group, or property.

File

src/Entity/SlickInterface.php, line 39

Class

SlickInterface
Provides an interface defining a Slick entity.

Namespace

Drupal\slick\Entity

Code

public function getOptions($group = NULL, $property = NULL);