Same name and namespace in other branches
  1. 8.x-4.x src/ViewsSlideshowTypeBase.php \Drupal\views_slideshow\ViewsSlideshowTypeBase::getTitle()

File

src/ViewsSlideshowTypeBase.php, line 27

Class

ViewsSlideshowTypeBase
Provides basic functionality for Views slideshow types.

Namespace

Drupal\views_slideshow

Code

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