You are here

features_context.features.inc in Multipurpose Corporate Profile 7

File

modules/features/features_context/features_context.features.inc
View source
<?php

/**
 * @file
 * features_context.features.inc
 */

/**
 * Implements hook_ctools_plugin_api().
 */
function features_context_ctools_plugin_api($module = NULL, $api = NULL) {
  if ($module == "context" && $api == "context") {
    return array(
      "version" => "3",
    );
  }
}

Functions