protected property Grid::$usesRowPlugin in Drupal 8
Same name and namespace in other branches
- 9 core/modules/views/src/Plugin/views/style/Grid.php \Drupal\views\Plugin\views\style\Grid::usesRowPlugin
Whether or not this style uses a row plugin.
Type: bool
Overrides StylePluginBase::$usesRowPlugin
File
- core/
modules/ views/ src/ Plugin/ views/ style/ Grid.php, line 26
Class
- Grid
- Style plugin to render each item in a grid cell.
Namespace
Drupal\views\Plugin\views\styleCode
protected $usesRowPlugin = TRUE;