function StylePluginBase::usesRowPlugin

Same name and namespace in other branches
  1. 9 core/modules/views/src/Plugin/views/style/StylePluginBase.php \Drupal\views\Plugin\views\style\StylePluginBase::usesRowPlugin()
  2. 8.9.x core/modules/views/src/Plugin/views/style/StylePluginBase.php \Drupal\views\Plugin\views\style\StylePluginBase::usesRowPlugin()
  3. 10 core/modules/views/src/Plugin/views/style/StylePluginBase.php \Drupal\views\Plugin\views\style\StylePluginBase::usesRowPlugin()

Returns the usesRowPlugin property.

Return value

bool

5 calls to StylePluginBase::usesRowPlugin()
StylePluginBase::init in core/modules/views/src/Plugin/views/style/StylePluginBase.php
Overrides \Drupal\views\Plugin\views\PluginBase::init().
StylePluginBase::renderGroupingSets in core/modules/views/src/Plugin/views/style/StylePluginBase.php
Render the grouping sets.
StylePluginBase::usesFields in core/modules/views/src/Plugin/views/style/StylePluginBase.php
Return TRUE if this style also uses fields.
StylePluginBase::validate in core/modules/views/src/Plugin/views/style/StylePluginBase.php
Validate that the plugin is correct and can be saved.
StyleTest::render in core/modules/views/tests/modules/views_test_data/src/Plugin/views/style/StyleTest.php
Render the display in this style.

File

core/modules/views/src/Plugin/views/style/StylePluginBase.php, line 156

Class

StylePluginBase
Base class for views style plugins.

Namespace

Drupal\views\Plugin\views\style

Code

public function usesRowPlugin() {
    return $this->usesRowPlugin;
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.