public function SlickBaseInterface::getOptions in Slick Carousel 8.2
Same name and namespace in other branches
- 7.3 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 23
Class
- SlickBaseInterface
- Provides an interface defining a Slick entity.
Namespace
Drupal\slick\EntityCode
public function getOptions($group = NULL, $property = NULL);