public function ViewsSlideshowWidgetTypeBase::getTitle in Views Slideshow 8.4
File
- src/
ViewsSlideshowWidgetTypeBase.php, line 27
Class
- ViewsSlideshowWidgetTypeBase
- Base class for a Views slideshow widget type.
Namespace
Drupal\views_slideshowCode
public function getTitle() {
return $this->pluginDefinition['title'];
}