public function PluginBase::themeFunctions

Provide a full list of possible theme templates used by this style.

11 calls to PluginBase::themeFunctions()
1 method overrides PluginBase::themeFunctions()

File

drupal/core/modules/views/lib/Drupal/views/Plugin/views/PluginBase.php, line 178
Definition of Drupal\views\Plugin\views\PluginBase.

Class

PluginBase

Namespace

Drupal\views\Plugin\views

Code

public function themeFunctions() {
  return views_theme_functions($this->definition['theme'], $this->view, $this->view->display_handler->display);
}