You are here

function views_fractionslider_views_api in Views FractionSlider 7

Same name and namespace in other branches
  1. 7.2 views/views_fractionslider.module \views_fractionslider_views_api()

Implementation of hook_views_api().

File

./views_fractionslider.module, line 13
Provide an fractionslider display style for Views.

Code

function views_fractionslider_views_api() {
  return array(
    'api' => 2,
  );
}