You are here

protected property ViewsBootstrapMediaObject::$usesFields in Views Bootstrap 8.4

Same name and namespace in other branches
  1. 8.3 src/Plugin/views/style/ViewsBootstrapMediaObject.php \Drupal\views_bootstrap\Plugin\views\style\ViewsBootstrapMediaObject::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/ViewsBootstrapMediaObject.php, line 29

Class

ViewsBootstrapMediaObject
Style plugin to render each item as a row in a Bootstrap Media Object.

Namespace

Drupal\views_bootstrap\Plugin\views\style

Code

protected $usesFields = TRUE;