1.20.x locale.module locale_views_api()

Implements hook_views_api().

File

modules/locale/locale.module, line 124
Add language handling functionality and enables the translation of the user interface to languages other than English.

Code

function locale_views_api() {
  return array(
    'api' => '3.0',
    'path' => backdrop_get_path('module', 'locale') . '/views',
  );
}