You are here

protected property ViewsBootstrapDropdown::$usesFields in Views Bootstrap 8.3

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/ViewsBootstrapDropdown.php, line 26

Class

ViewsBootstrapDropdown
Style plugin to render each item as a row in a Bootstrap Dropdown.

Namespace

Drupal\views_bootstrap\Plugin\views\style

Code

protected $usesFields = TRUE;