function extlink_post_update_add_event_subscriber in External Links 8
Forces a cache rebuild in order to add new `extlink.setting_save.subscriber`.
File
- ./
extlink.post_update.php, line 11 - Post update hooks for extlink module.
Code
function extlink_post_update_add_event_subscriber(&$sandbox) {
// Presence of this hook forces cache rebuild on database update.
}