You are here

6 calls to StylePluginBase::usesRowPlugin() in Drupal 10

StylePluginBase::init in core/modules/views/src/Plugin/views/style/StylePluginBase.php
Overrides \Drupal\views\Plugin\views\PluginBase::init().
StylePluginBase::render in core/modules/views/src/Plugin/views/style/StylePluginBase.php
Render the display in this style.
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.