You are here

public function SlickBaseInterface::getOptions in Slick Carousel 7.3

Same name and namespace in other branches
  1. 8.2 src/Entity/SlickBaseInterface.php \Drupal\slick\Entity\SlickBaseInterface::getOptions()

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 SlickBaseInterface::getOptions()
SlickBase::getOptions in src/Entity/SlickBase.php
Returns the Slick options by group, or property.

File

src/Entity/SlickBaseInterface.php, line 67

Class

SlickBaseInterface
Provides an interface defining a Slick entity.

Namespace

Drupal\slick\Entity

Code

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