You are here

protected property ViewsBootstrapTab::$usesOptions in Views Bootstrap 8.4

Same name and namespace in other branches
  1. 8.3 src/Plugin/views/style/ViewsBootstrapTab.php \Drupal\views_bootstrap\Plugin\views\style\ViewsBootstrapTab::usesOptions

Denotes whether the plugin has an additional options form.

Type: bool

Overrides StylePluginBase::$usesOptions

File

src/Plugin/views/style/ViewsBootstrapTab.php, line 34

Class

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

Namespace

Drupal\views_bootstrap\Plugin\views\style

Code

protected $usesOptions = TRUE;