protected property DrupalSlider::$usesFields in Drupal Slider 8
Same name and namespace in other branches
- 8.2 src/Plugin/views/style/DrupalSlider.php \Drupal\drupal_slider\Plugin\views\style\DrupalSlider::usesFields
Does the style plugin for itself support to add fields to its output.
This option only makes sense on style plugins without row plugins, like for example table.
Type: bool
Overrides StylePluginBase::$usesFields
File
- src/
Plugin/ views/ style/ DrupalSlider.php, line 36
Class
- DrupalSlider
- Views_style_plugins for drupal_slider.
Namespace
Drupal\drupal_slider\Plugin\views\styleCode
protected $usesFields = TRUE;