Loading includes/features.ctools.inc +1 −3 Original line number Diff line number Diff line Loading @@ -104,10 +104,8 @@ function ctools_features_export_render($module, $data) { function ctools_component_features_api($module_name) { $api = array(); foreach (_ctools_features_get_info() as $component => $info) { if ($info['module'] === $module_name) { $api[$component] = $info; } } return $api; } Loading Loading
includes/features.ctools.inc +1 −3 Original line number Diff line number Diff line Loading @@ -104,10 +104,8 @@ function ctools_features_export_render($module, $data) { function ctools_component_features_api($module_name) { $api = array(); foreach (_ctools_features_get_info() as $component => $info) { if ($info['module'] === $module_name) { $api[$component] = $info; } } return $api; } Loading