function yoast_seo_views_api in Real-time SEO for Drupal 7
Implements hook_views_api().
File
- ./
yoast_seo.module, line 44 - Primary hook implementations for Yoast SEO for Drupal module.
Code
function yoast_seo_views_api() {
return array(
'api' => 3,
'path' => drupal_get_path('module', 'yoast_seo') . '/views',
);
}