You are here

function simplenews_views_api in Simplenews 6

Same name and namespace in other branches
  1. 6.2 simplenews.module \simplenews_views_api()
  2. 7.2 simplenews.module \simplenews_views_api()
  3. 7 simplenews.module \simplenews_views_api()

Implementation of hook_views_api().

File

./simplenews.module, line 1992
Simplnews node handling, sent email, newsletter block and general hooks

Code

function simplenews_views_api() {
  return array(
    'api' => 2,
  );
}