You are here

metatag_views_tests.module in Metatag 7

Primary hook implementations.

File

metatag_views/tests/metatag_views_tests.module
View source
<?php

/**
 * @file
 * Primary hook implementations.
 */

/**
 * Implements hook_views_api().
 */
function metatag_views_tests_views_api($module = NULL, $api = NULL) {
  return array(
    'api' => '3.0',
  );
}

Functions