1 update.install | update_update_1001() |
Add config default value for "update_not_implemented_url".
Related topics
File
- core/
modules/ update/ update.install, line 206 - Install, update, and uninstall functions for the Update Manager module.
Code
function update_update_1001() {
$config = config('update.settings');
$config->set('update_not_implemented_url', 'https://github.com/backdrop-ops/backdropcms.org/issues/22');
$config->save();
}