You are here

protected property Slideshow::$usesRowClass in Views Slideshow 8.3

Same name and namespace in other branches
  1. 8.4 src/Plugin/views/style/Slideshow.php \Drupal\views_slideshow\Plugin\views\style\Slideshow::usesRowClass

Does the style plugin support custom css class for the rows.

Type: bool

Overrides StylePluginBase::$usesRowClass

File

src/Plugin/views/style/Slideshow.php, line 41
Contains \Drupal\views_slideshow\Plugin\views\style\Slideshow.

Class

Slideshow
Style plugin to render each item in a grid cell.

Namespace

Drupal\views_slideshow\Plugin\views\style

Code

protected $usesRowClass = TRUE;