encrypt.post_update.php in Encrypt 8.3
Post update functions for Encrypt.
File
encrypt.post_update.phpView source
<?php
/**
* @file
* Post update functions for Encrypt.
*/
/**
* Force cache clear to ensure uninstall validator service is removed.
*
* @see https://www.drupal.org/project/encrypt/issues/2899478
*/
function encrypt_post_update_remove_uninstall_validator_service() {
// Empty post-update hook.
}
Functions
Name![]() |
Description |
---|---|
encrypt_post_update_remove_uninstall_validator_service | Force cache clear to ensure uninstall validator service is removed. |