You are here

function languagefield_views_api in Custom Language field 7

Implements hook_views_api().

File

./languagefield.module, line 283
Provides a list of languages from ISO 639 standard. All variables of a $language-object can be found here: http://api.drupal.org/api/drupal/developer--globals.php/global/language

Code

function languagefield_views_api() {
  return array(
    'api' => '3',
    'path' => drupal_get_path('module', 'languagefield'),
  );
}