You are here

function mixitup_views_views_api in MixItUp Views 7

Implements hook_views_api().

File

./mixitup_views.module, line 65
Provides a Views style plugin for displaying content with Mixitup filtering.

Code

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