function simplenews_views_api in Simplenews 6
Same name and namespace in other branches
- 6.2 simplenews.module \simplenews_views_api()
- 7.2 simplenews.module \simplenews_views_api()
- 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,
);
}