You are here

schema_movie.module in Schema.org Metatag 7

File

schema_movie/schema_movie.module
View source
<?php

/**
 * @file
 * Contains schema_movie.module.
 */

/**
 * Implements hook_ctools_plugin_api().
 */
function schema_movie_ctools_plugin_api($owner, $api) {
  if ($owner == 'metatag' && $api == 'metatag') {
    return array(
      'version' => 1,
    );
  }
}

Functions