function party_simplenews_views_api in Party 8.2
Implements hook_views_api().
File
- modules/
party_simplenews/ party_simplenews.module, line 79 - Main module file for Party Simplenews integration
Code
function party_simplenews_views_api() {
return array(
'api' => 3,
'path' => drupal_get_path('module', 'party_simplenews') . '/includes/views',
);
}