You are here

i18n_page_views_test.module in i18n page views 7

File

test/i18n_page_views_test/i18n_page_views_test.module
View source
<?php

function i18n_page_views_test_views_api() {
  return array(
    'api' => 3,
    'path' => drupal_get_path('module', 'i18n_page_views_test'),
    'template path' => drupal_get_path('module', 'i18n_page_views_test') . '/themes',
  );
}

Functions