Description
This function determines whether the account has the necessary requirements for the cPanel module installer.
Warning:
We strongly recommend that you use UAPI instead of cPanel API 2. However, no equivalent UAPI function exists.
Note:
We recommend that you run cPanel API 2's LangMods::pre_run
function after you call this function.
Examples
Note:
Use cPanel's API Shell interface (Home >> Advanced >> API Shell) to directly test cPanel API calls.
Parameters
Parameter |
Type |
Description |
Possible values |
Example |
lang |
string |
Required The scripting language's short name. |
A available scripting language's short name. Note: The LangMods::langlist function returns possible values.
|
ruby |
Returns
Return |
Type |
Description |
Possible values |
Example |
status |
boolean |
Whether all of the requirements are present. |
|
1 |
result |
string |
Any relevant requirements information. |
|
null |
reason |
string |
A reason for failure. Note: This function only returns a reasonvalue if there was an error. |
A string that describes the error. |
This is an error message. |
result |
boolean |
Whether the function succeeded. |
|
1 |