You are here

function scs_views_views_api in Simplenews Content Selection 8

Same name and namespace in other branches
  1. 7.2 simplenews_content_selection_views/scs_views.module \scs_views_views_api()

Implements hook_views_api().

File

simplenews_content_selection_views/scs_views.module, line 60
Integrate Simplenews Content Selection with views and views bulk operations

Code

function scs_views_views_api() {
  return array(
    'api' => 3,
  );
}