Details
- 
    Type:Sub-task 
- 
    Status: Done/Fixed
- 
    Priority:Trivial 
- 
    Resolution: Fixed/Completed
- 
    Affects Version/s: 4.4.0
- 
    Fix Version/s: None
- 
    Component/s: CiviCRM API, CiviHR
- 
    Labels:None
Description
Currently "enableComponents" is stored in config_backend, and therefore can't be accessed by api.
This setting should be stored in civicrm_setting table, and copied to config_backend similar to DIRECTORY_PREFERENCES_NAME / URL_PREFERENCES_NAME.
"CiviCRM Preferences" group_name could be reused here, with name as 'enabled_components'.
