You are here

function fasttoggle_views_api in Fasttoggle 6

File

./fasttoggle.module, line 500
Enables fast toggling of binary or not so binary settings.

Code

function fasttoggle_views_api() {
  return array(
    'api' => 2,
    'path' => drupal_get_path('module', 'fasttoggle') . '/views',
  );
}