You are here

function viewsphpfilter_views_api in Views PHP Filter 7

Same name and namespace in other branches
  1. 6 viewsphpfilter.module \viewsphpfilter_views_api()

File

./viewsphpfilter.module, line 17

Code

function viewsphpfilter_views_api() {
  return array(
    'api' => '2.0',
  );
}