public function Slick::getSkin in Slick Carousel 8.2
Same name and namespace in other branches
- 8 src/Entity/Slick.php \Drupal\slick\Entity\Slick::getSkin()
- 7.3 src/Entity/Slick.php \Drupal\slick\Entity\Slick::getSkin()
Returns the Slick skin.
Return value
string The name of the Slick skin.
Overrides SlickInterface::getSkin
File
- src/
Entity/ Slick.php, line 68
Class
- Slick
- Defines the Slick configuration entity.
Namespace
Drupal\slick\EntityCode
public function getSkin() {
return $this->skin;
}