function epub_views_api in Epub 6
Implementation of hook_views_api().
File
- ./
epub.module, line 346 - Provide ePub content type and enable the creation of ePub files from book contents.
Code
function epub_views_api() {
return array(
'api' => 2.0,
);
}