commiting uncommited changes on live site
[weblabels.fsf.org.git] / crm.fsf.org / 20131203 / files / sites / all / modules-old / admin_views / admin_views.module
1 <?php
2
3 /**
4 * @file
5 * Replaces all system object management pages in Drupal core with real views.
6 */
7
8 /**
9 * Implements hook_views_api().
10 */
11 function admin_views_views_api() {
12 return array(
13 'api' => 3,
14 );
15 }
16