public function PluginBase::themeFunctions in Drupal 10
Same name and namespace in other branches
- 8 core/modules/views/src/Plugin/views/PluginBase.php \Drupal\views\Plugin\views\PluginBase::themeFunctions()
- 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.
File
- core/
modules/ views/ src/ Plugin/ views/ PluginBase.php, line 298
Class
Namespace
Drupal\views\Plugin\viewsCode
public function themeFunctions() {
return $this->view
->buildThemeFunctions($this->definition['theme']);
}