You are here

function views_hook_info in Views (for Drupal 7) 8.3

Implements hook_hook_info().

File

./views.module, line 1210
Primarily Drupal hooks and global API functions to manipulate views.

Code

function views_hook_info() {
  $hooks['views_data'] = array(
    'group' => 'views',
  );
  return $hooks;
}