You are here

shield.post_update.php in Shield 8

Post update functions for Shield.

File

shield.post_update.php
View source
<?php

/**
 * @file
 * Post update functions for Shield.
 */

/**
 * Rebuild caches to ensure schema changes are read in.
 */
function shield_post_update_domain_whitelist() {

  // Empty update to cause a cache rebuild so that the schema changes are read.
}

Functions

Namesort descending Description
shield_post_update_domain_whitelist Rebuild caches to ensure schema changes are read in.