function cer_preset_load_enabled in Corresponding Entity References 7
Same name and namespace in other branches
- 7.2 cer.module \cer_preset_load_enabled()
 
Load enabled CNR presets.
1 call to cer_preset_load_enabled()
- cer_processing_entity in ./
cer.module  - Process a entity's corresponding entity references.
 
File
- ./
cer.module, line 96  - Module file providing the "corresponding entity reference" module main functions.
 
Code
function cer_preset_load_enabled() {
  ctools_include('export');
  return ctools_export_load_object('cer', 'conditions', array(
    'enabled' => 1,
  ));
}