You are here

protected property RowPluginBase::$usesOptions in Drupal 8

Same name and namespace in other branches
  1. 9 core/modules/views/src/Plugin/views/row/RowPluginBase.php \Drupal\views\Plugin\views\row\RowPluginBase::usesOptions

Denotes whether the plugin has an additional options form.

Type: bool

Overrides PluginBase::$usesOptions

File

core/modules/views/src/Plugin/views/row/RowPluginBase.php, line 43

Class

RowPluginBase
Base class for Views row plugins.

Namespace

Drupal\views\Plugin\views\row

Code

protected $usesOptions = TRUE;