function ldap_settings_features_export_render in LDAP integration 6
Implementation of hook_features_export_render() [component_hook] These are not really called since StrongArm is handling this.
File
- ./
ldapauth.features.inc, line 195 - Feature related functions.
Code
function ldap_settings_features_export_render($module, $data) {
return variable_features_export_render($module, $data);
}