You are here

public function Slick::getSkin in Slick Carousel 7.3

Same name and namespace in other branches
  1. 8.2 src/Entity/Slick.php \Drupal\slick\Entity\Slick::getSkin()
  2. 8 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 41

Class

Slick
Defines the Slick configuration entity.

Namespace

Drupal\slick\Entity

Code

public function getSkin() {
  return $this->skin;
}