Moodle PHP Documentation 5.1
Moodle 5.1dev (Build: 20250620) (7d9030acd6e)
|
Static Public Member Functions | |
static | config_get_configuration_array ($data) |
Given the data from the add instance form this function creates a configuration array. | |
static | config_set_edit_form_data (moodleform $editform, array $config) |
Allows the cache store to set its data against the edit form before it is shown to the user. | |
|
static |
Given the data from the add instance form this function creates a configuration array.
stdClass | $data |
array |
Implemented in cachestore_apcu, cachestore_file, and cachestore_redis.
|
static |
Allows the cache store to set its data against the edit form before it is shown to the user.
moodleform | $editform | |
array | $config |
Implemented in cachestore_apcu, cachestore_file, and cachestore_redis.