function PluginBase::themeFunctions

Same name and namespace in other branches
  1. 9 core/modules/views/src/Plugin/views/PluginBase.php \Drupal\views\Plugin\views\PluginBase::themeFunctions()
  2. 8.9.x core/modules/views/src/Plugin/views/PluginBase.php \Drupal\views\Plugin\views\PluginBase::themeFunctions()
  3. 11.x core/modules/views/src/Plugin/views/PluginBase.php \Drupal\views\Plugin\views\PluginBase::themeFunctions()

Overrides ViewsPluginInterface::themeFunctions

14 calls to PluginBase::themeFunctions()
DefaultSummary::render in core/modules/views/src/Plugin/views/style/DefaultSummary.php
DisplayPluginBase::render in core/modules/views/src/Plugin/views/display/DisplayPluginBase.php
Full::render in core/modules/views/src/Plugin/views/pager/Full.php
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

... See full list

1 method overrides PluginBase::themeFunctions()
FieldPluginBase::themeFunctions in core/modules/views/src/Plugin/views/field/FieldPluginBase.php

File

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

Class

PluginBase
Base class for any views plugin types.

Namespace

Drupal\views\Plugin\views

Code

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

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.