You are here

function fpp_with_panels_test_ctools_plugin_api in Fieldable Panels Panes (FPP) 7

Implements hook_ctools_plugin_api().

File

tests/fpp_with_panels_test.module, line 11
Primary hook implementations.

Code

function fpp_with_panels_test_ctools_plugin_api($module = NULL, $api = NULL) {
  if ($module == "page_manager" && $api == "pages_default") {
    return array(
      "version" => "1",
    );
  }
}