public function SlickBaseInterface::getSetting in Slick Carousel 8.2
Same name and namespace in other branches
- 7.3 src/Entity/SlickBaseInterface.php \Drupal\slick\Entity\SlickBaseInterface::getSetting()
Returns the value of a slick setting.
Parameters
string $setting_name: The setting name.
Return value
mixed The setting value.
1 method overrides SlickBaseInterface::getSetting()
- SlickBase::getSetting in src/
Entity/ SlickBase.php - Returns the value of a slick setting.
File
- src/
Entity/ SlickBaseInterface.php, line 56
Class
- SlickBaseInterface
- Provides an interface defining a Slick entity.
Namespace
Drupal\slick\EntityCode
public function getSetting($setting_name);