You are here

public function SlickBase::label in Slick Carousel 7.3

The slick label.

File

src/Entity/SlickBase.php, line 57

Class

SlickBase
Defines the Slick configuration entity.

Namespace

Drupal\slick\Entity

Code

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