You are here

function publication_date_views_api in Publication Date 6

Same name and namespace in other branches
  1. 7.2 publication_date.module \publication_date_views_api()
  2. 7 publication_date.module \publication_date_views_api()

Implementation of "contrib module views" hook_views_tables()

File

./publication_date.module, line 61
Add a field containing the publication date.

Code

function publication_date_views_api() {
  $info['api'] = 2;
  return $info;
}