You are here

function publishcontent_views_api in Publish Content 7

Implements hook_views_api().

File

./publishcontent.module, line 500
Add link to publish or unpublish a node, with access control based on the node type

Code

function publishcontent_views_api() {
  return array(
    'api' => 3,
  );
}