You are here

function views_oai_pmh_plugin_style::theme_functions in Views OAI-PMH 7.2

Same name and namespace in other branches
  1. 6.2 plugins/views_oai_pmh_plugin_style.inc \views_oai_pmh_plugin_style::theme_functions()
  2. 6 plugins/views_oai_pmh_plugin_style.inc \views_oai_pmh_plugin_style::theme_functions()
  3. 7 plugins/views_oai_pmh_plugin_style.inc \views_oai_pmh_plugin_style::theme_functions()

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

Overrides views_plugin::theme_functions

File

plugins/views_oai_pmh_plugin_style.inc, line 83
Definition of the views_oai_pmh_plugin_style class.

Class

views_oai_pmh_plugin_style
@file Definition of the views_oai_pmh_plugin_style class.

Code

function theme_functions($hook = NULL) {
  if (is_null($hook)) {
    $hook = $this->definition['theme'];
  }
  return views_theme_functions($hook, $this->view, $this->display);
}