Skip to content
Snippets Groups Projects
Commit ed597ca1 authored by Eric Bremner's avatar Eric Bremner
Browse files

ISTWCMS-5551: adding update hook to remove office hours exceptions

parent 8bcda441
No related branches found
No related tags found
2 merge requests!60ISTWCMS-6095 Update maxlength settings for title, text fields and link fields...,!33ISTWCMS-5551 update office hours
<?php
/**
* @file
* Install, update and uninstall for UW Services.
*/
/**
* Uninstalls office hours exceptions module.
*/
function uw_ct_service_update_9101(&$sandbox) {
\Drupal::service('module_installer')->uninstall(['office_hours_exceptions']);
\Drupal::configFactory()
->getEditable('core.extension')
->clear('module.office_hours_exceptions')
->save(TRUE);
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment