You are here

protected property ViewsBootstrapCards::$usesFields in Views Bootstrap 8.3

Same name and namespace in other branches
  1. 8.4 src/Plugin/views/style/ViewsBootstrapCards.php \Drupal\views_bootstrap\Plugin\views\style\ViewsBootstrapCards::usesFields

Does the style plugin for itself support to add fields to it's output.

Type: bool

Overrides StylePluginBase::$usesFields

File

src/Plugin/views/style/ViewsBootstrapCards.php, line 29

Class

ViewsBootstrapCards
Style plugin to render each item in an ordered or unordered list.

Namespace

Drupal\views_bootstrap\Plugin\views\style

Code

protected $usesFields = TRUE;