
| Current Path : /var/www/html_old/abh/web/core/modules/hal/ |
Linux ift1.ift-informatik.de 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64 |
| Current File : /var/www/html_old/abh/web/core/modules/hal/hal.post_update.php |
<?php
/**
* @file
* Post update functions for Hal.
*/
/**
* Remove obsolete hal.settings configuration key.
*/
function hal_post_update_delete_settings() {
\Drupal::configFactory()
->getEditable('hal.settings')
->clear('bc_file_uri_as_url_normalizer')
->save();
}