Description
This function lists the names of enabled cPanel Market providers.
Examples
Note:
Use cPanel's API Shell interface (Home >> Advanced >> API Shell) to directly test cPanel API calls.
Parameters
This function does not accept parameters.
Returns
Return |
Type |
Description |
Possible values |
Example |
data |
array of hashes |
An array that lists enabled providers in the cPanel Market. |
This array includes the nameand display_name returns. |
|
name |
string |
The cPanel Market provider's name. This function returns this value in the datahash. |
A valid string. |
cPStore |
display_name |
string |
The cPanel Market provider's display name. This function returns this value in the datahash. |
A valid string. |
cPanel Store |