You are here

protected property Flexbox::$usesRowPlugin in Views Flexbox 8

Whether or not this style uses a row plugin.

Type: bool

Overrides StylePluginBase::$usesRowPlugin

File

src/Plugin/views/style/Flexbox.php, line 28

Class

Flexbox
Style plugin to render each item in a flexbox layout.

Namespace

Drupal\views_flexbox\Plugin\views\style

Code

protected $usesRowPlugin = TRUE;