1.20.x system.module system_views_api()

Implements hook_views_api().

File

modules/system/system.module, line 195
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',
  );
}