You are here

schema_book.module in Schema.org Metatag 7

Same filename and directory in other branches
  1. 8.2 schema_book/schema_book.module
  2. 8 schema_book/schema_book.module

Contains schema_book.module.

File

schema_book/schema_book.module
View 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