<?php
/**
 * Implementats hook_views_api().
 */
function popup_views_integration_views_api() {
  return array(
    'api' => '3.0',
  );
}
