array( 'variables' => array('items' => NULL, 'options' => NULL, 'identifier' => NULL), ), ); } /** * Implements hook_views_api(). */ function views_ticker_views_api() { return array( 'api' => 2.0, 'path' => drupal_get_path('module', 'views_ticker') . '/includes', ); }