Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. StylePluginBase.php

function StylePluginBase::render

Render the display in this style.

2 calls to StylePluginBase::render()
EntityReference::render in core/modules/views/src/Plugin/views/style/EntityReference.php
Render the display in this style.
EntityReference::render in core/modules/views/src/Plugin/views/style/EntityReference.php
Render the display in this style.
6 methods override StylePluginBase::render()
DefaultSummary::render in core/modules/views/src/Plugin/views/style/DefaultSummary.php
Render the display in this style.
EntityReference::render in core/modules/views/src/Plugin/views/style/EntityReference.php
Render the display in this style.
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
Render the display in this style.
Rss::render in core/modules/views/src/Plugin/views/style/Rss.php
Render the display in this style.

... See full list

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\style

Code

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);
}

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal