You are here

function views_rows_wrapper_views_api in Views Rows Wrapper 7

Implements hook_views_api().

File

./views_rows_wrapper.module, line 39
Views Rows Wrapper module.

Code

function views_rows_wrapper_views_api() {
  return [
    'api' => 3,
  ];
}