| 1 |
<?php |
<?php |
| 2 |
// $Id: event_views.module,v 1.24 2007/12/02 11:45:41 killes Exp $ |
// $Id: event_views.module,v 1.25 2008/01/06 00:31:11 killes Exp $ |
| 3 |
/** |
/** |
| 4 |
* @file |
* @file |
| 5 |
* Views-enables the event module. |
* Views-enables the event module. |
| 19 |
} |
} |
| 20 |
|
|
| 21 |
/** |
/** |
| 22 |
|
* Implementation of hook_views_api(). |
| 23 |
|
*/ |
| 24 |
|
function event_views_views_api() { |
| 25 |
|
return array( |
| 26 |
|
'api' => 2, |
| 27 |
|
); |
| 28 |
|
} |
| 29 |
|
|
| 30 |
|
/** |
| 31 |
* Implementation of hook_views_tables(). |
* Implementation of hook_views_tables(). |
| 32 |
* Expose event fields and filters to the views module. |
* Expose event fields and filters to the views module. |
| 33 |
*/ |
*/ |