You are here

protected property DrupalSlider::$usesGrouping in Drupal Slider 8

Same name and namespace in other branches
  1. 8.2 src/Plugin/views/style/DrupalSlider.php \Drupal\drupal_slider\Plugin\views\style\DrupalSlider::usesGrouping

Does the style plugin support grouping of rows.

Type: bool

Overrides StylePluginBase::$usesGrouping

File

src/Plugin/views/style/DrupalSlider.php, line 32

Class

DrupalSlider
Views_style_plugins for drupal_slider.

Namespace

Drupal\drupal_slider\Plugin\views\style

Code

protected $usesGrouping = FALSE;