You are here

function template_process_eva_display_entity_view in EVA: Entity Views Attachment 7

File

./eva.theme.inc, line 19
Preprocess handlers for theme functions

Code

function template_process_eva_display_entity_view(&$vars) {
  template_process_views_view($vars);
}