You are here

function ref_field_views_api in (Entity)Reference Field Synchronization 7

File

./ref_field.module, line 754

Code

function ref_field_views_api() {
  return array(
    'api' => 3,
    'path' => drupal_get_path('module', 'ref_field') . '/includes/views',
  );
}