You are here

example_context_reaction_isotope.features.inc in Isotope (with Masonry and Packery) 7

File

examples/example_context_reaction_isotope/example_context_reaction_isotope.features.inc
View source
<?php

/**
 * @file
 * example_context_reaction_isotope.features.inc
 */

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