You are here

function addressfield_phone_views_api in Address Field Phone 7

Implements hook_views_api().

File

./addressfield_phone.module, line 282
Add additional phone fields to addressfield.

Code

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