public function SlickBaseInterface::getSettings in Slick Carousel 8.2
Same name and namespace in other branches
- 7.3 src/Entity/SlickBaseInterface.php \Drupal\slick\Entity\SlickBaseInterface::getSettings()
Returns the array of slick settings.
Parameters
string $ansich: Whether to return the settings as is.
Return value
array The array of settings.
1 method overrides SlickBaseInterface::getSettings()
- SlickBase::getSettings in src/
Entity/ SlickBase.php - Returns the array of slick settings.
File
- src/
Entity/ SlickBaseInterface.php, line 34
Class
- SlickBaseInterface
- Provides an interface defining a Slick entity.
Namespace
Drupal\slick\EntityCode
public function getSettings($ansich = FALSE);