1 system.module | system_views_api() |
Implements hook_views_api().
File
- core/
modules/ system/ system.module, line 196 - Configuration system that lets administrators modify the workings of the site.
Code
function system_views_api() {
return array(
'api' => '3.0',
'path' => backdrop_get_path('module', 'system') . '/views',
);
}