You are here

public function ViewsSlideshowSkinBase::getLabel in Views Slideshow 8.4

File

src/ViewsSlideshowSkinBase.php, line 15

Class

ViewsSlideshowSkinBase
Provides basic functionality for Views slideshow skins.

Namespace

Drupal\views_slideshow

Code

public function getLabel() {
  return $this->pluginDefinition['label'];
}