You are here

post_update.php in Hook Update Deploy Tools 8

List of hook_post_udate_NAME functions that will run in order after updb.

File

boilerplate/post_update.php
View source
<?php

/**
 * @file
 * List of hook_post_udate_NAME functions that will run in order after updb.
 */

/**
 * Implements hook_update_NAME().
 */

// function site_deploy_post_update_importconfig(&$sandbox) {
// This is placeholder for a function that will trigger config import after
// all hook_updates have run.
// }