You are here

protected property UIkitViewList::$usesRowPlugin in UIkit Components 8.3

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

Does the style plugin allows to use style plugins.

Type: bool

Overrides StylePluginBase::$usesRowPlugin

File

uikit_views/src/Plugin/views/style/UIkitViewList.php, line 28

Class

UIkitViewList
Style plugin to render each item in a UIkit List component.

Namespace

Drupal\uikit_views\Plugin\views\style

Code

protected $usesRowPlugin = TRUE;