You are here

function xmlsitemap_views_api in XML sitemap 7.2

Implements hook_views_api().

File

./xmlsitemap.module, line 299
xmlsitemap XML sitemap

Code

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