Details
-
Type: Improvement
-
Status: Done/Fixed
-
Priority: Minor
-
Resolution: Fixed/Completed
-
Affects Version/s: 4.7.12
-
Fix Version/s: 4.7.13
-
Component/s: Extension System
-
Labels:
-
Documentation Required?:Developer Doc
-
Funding Source:Needs Funding
Description
The existing extension.get API will fetch all extensions that are on disk locally, but there's currently no API to get info about available remote extensions in the CiviCRM Extensions Directory. The proposed extension.getremote API should do that, probably by wrapping around CRM_Extension_System::singleton()->getBrowser()->getExtensions();