1 locale.module | locale_views_api() |
Implements hook_views_api().
File
- core/
modules/ locale/ locale.module, line 125 - 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',
);
}