You are here

protected property UIkitViewTable::$usesRowPlugin in UIkit Components 8

Same name and namespace in other branches
  1. 8.3 uikit_views/src/Plugin/views/style/UIkitViewTable.php \Drupal\uikit_views\Plugin\views\style\UIkitViewTable::usesRowPlugin
  2. 8.2 uikit_views/src/Plugin/views/style/UIkitViewTable.php \Drupal\uikit_views\Plugin\views\style\UIkitViewTable::usesRowPlugin

Does the style plugin allows to use style plugins.

Type: bool

Overrides StylePluginBase::$usesRowPlugin

File

uikit_views/src/Plugin/views/style/UIkitViewTable.php, line 38

Class

UIkitViewTable
Style plugin to render each item in a UIkit Table component.

Namespace

Drupal\uikit_views\Plugin\views\style

Code

protected $usesRowPlugin = FALSE;