Functions
vault.inc
| Function | Type | Description |
|---|---|---|
| get_vaultdata | native | Reads data from a given key. |
| remove_vaultdata | native | Removes a key and its data from the vault. |
| set_vaultdata | native | Sets data for a given key. |
| vaultdata_exists | native | Checks if a key exists in the vault. |