You are here

function views_rows_wrapper_theme in Views Rows Wrapper 8.2

Same name and namespace in other branches
  1. 8 views_rows_wrapper.module \views_rows_wrapper_theme()

Implements hook_theme().

File

./views_rows_wrapper.module, line 30
Views Rows Wrapper module help and theme functions.

Code

function views_rows_wrapper_theme($existing, $type, $theme, $path) {
  return [
    'views_rows_wrapper' => [
      'file' => 'views_rows_wrapper.theme.inc',
    ],
  ];
}