function StylePluginBase::render
Same name in other branches
- 9 core/modules/views/src/Plugin/views/style/StylePluginBase.php \Drupal\views\Plugin\views\style\StylePluginBase::render()
- 8.9.x core/modules/views/src/Plugin/views/style/StylePluginBase.php \Drupal\views\Plugin\views\style\StylePluginBase::render()
- 10 core/modules/views/src/Plugin/views/style/StylePluginBase.php \Drupal\views\Plugin\views\style\StylePluginBase::render()
Render the display in this style.
1 call to StylePluginBase::render()
- EntityReference::render in core/
modules/ views/ src/ Plugin/ views/ style/ EntityReference.php
7 methods override StylePluginBase::render()
- DefaultSummary::render in core/
modules/ views/ src/ Plugin/ views/ style/ DefaultSummary.php - EntityReference::render in core/
modules/ views/ src/ Plugin/ views/ style/ EntityReference.php - Mapping::render in core/
modules/ views/ src/ Plugin/ views/ style/ Mapping.php - Overrides Drupal\views\Plugin\views\style\StylePluginBase::render().
- Opml::render in core/
modules/ views/ src/ Plugin/ views/ style/ Opml.php - Rss::render in core/
modules/ views/ src/ Plugin/ views/ style/ Rss.php
File
-
core/
modules/ views/ src/ Plugin/ views/ style/ StylePluginBase.php, line 460
Class
- StylePluginBase
- Base class for views style plugins.
Namespace
Drupal\views\Plugin\views\styleCode
public function render() {
// Group the rows according to the grouping instructions, if specified.
$sets = $this->renderGrouping($this->view->result, $this->options['grouping'], TRUE);
return $this->renderGroupingSets($sets);
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.