You are here

function views_customfield_views_api in Views Custom Field 6

Implementation hook_views_api

File

./views_customfield.module, line 7

Code

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