schema_book.module in Schema.org Metatag 7
Same filename and directory in other branches
Contains schema_book.module.
File
schema_book/schema_book.moduleView source
<?php
/**
* @file
* Contains schema_book.module.
*/
/**
* Implements hook_ctools_plugin_api().
*/
function schema_book_ctools_plugin_api($owner, $api) {
if ($owner == 'metatag' && $api == 'metatag') {
return array(
'version' => 1,
);
}
}
Functions
Name | Description |
---|---|
schema_book_ctools_plugin_api | Implements hook_ctools_plugin_api(). |