You are here

function views_quicksand_views_api in Views Quicksand 7

Implements hook_views_api().

File

./views_quicksand.module, line 47
jQuery Plugin that provides a nice animation for filtering or reordering lists of content.

Code

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