You are here

public function PluginBase::themeFunctions in Drupal 10

Same name and namespace in other branches
  1. 8 core/modules/views/src/Plugin/views/PluginBase.php \Drupal\views\Plugin\views\PluginBase::themeFunctions()
  2. 9 core/modules/views/src/Plugin/views/PluginBase.php \Drupal\views\Plugin\views\PluginBase::themeFunctions()
6 calls to PluginBase::themeFunctions()
DefaultSummary::render in core/modules/views/src/Plugin/views/style/DefaultSummary.php
Render the display in this style.
Full::render in core/modules/views/src/Plugin/views/pager/Full.php
Return the renderable array of the pager.
Mapping::render in core/modules/views/src/Plugin/views/style/Mapping.php
Overrides Drupal\views\Plugin\views\style\StylePluginBase::render().
Mini::render in core/modules/views/src/Plugin/views/pager/Mini.php
Return the renderable array of the pager.
Opml::render in core/modules/views/src/Plugin/views/style/Opml.php
Render the display in this style.

... See full list

File

core/modules/views/src/Plugin/views/PluginBase.php, line 298

Class

PluginBase

Namespace

Drupal\views\Plugin\views

Code

public function themeFunctions() {
  return $this->view
    ->buildThemeFunctions($this->definition['theme']);
}