date_views_date_views_extra_tables

7 date_views.module date_views_date_views_extra_tables()

Implements hook_date_views_entities(). Map extra Views tables to the entity that holds its date fields, needed for Views tables other than the primary tables identified in entity_info().

File

contributions/date/date_views/date_views.module, line 72

Code

function date_views_date_views_extra_tables() {
  return array(
    'node_revision' => 'node',
  );
}