panels_customerror.features.inc in Panels Custom Error 7
File
panels_customerror.features.incView source
<?php
/**
* @file
* panels_customerror.features.inc
*/
/**
* Implements hook_ctools_plugin_api().
*/
function panels_customerror_ctools_plugin_api($module = NULL, $api = NULL) {
if ($module == "page_manager" && $api == "pages_default") {
return array(
"version" => "1",
);
}
if ($module == "strongarm" && $api == "strongarm") {
return array(
"version" => "1",
);
}
}
Functions
Name![]() |
Description |
---|---|
panels_customerror_ctools_plugin_api | Implements hook_ctools_plugin_api(). |