You are here

spaces_test.features.inc in Spaces 6.3

Same filename and directory in other branches
  1. 7.3 tests/spaces_test.features.inc
  2. 7 tests/spaces_test.features.inc

File

tests/spaces_test.features.inc
View source
<?php

/**
 * Implementation of hook_ctools_plugin_api().
 */
function spaces_test_ctools_plugin_api() {
  list($module, $api) = func_get_args();
  if ($module == "strongarm" && $api == "strongarm") {
    return array(
      "version" => 1,
    );
  }
}

Functions

Namesort descending Description
spaces_test_ctools_plugin_api Implementation of hook_ctools_plugin_api().