You are here

gatsby_instantpreview.post_update.php in Gatsby Live Preview & Incremental Builds 8

Post update functions for the gatsby module.

File

modules/gatsby_instantpreview/gatsby_instantpreview.post_update.php
View source
<?php

/**
 * @file
 * Post update functions for the gatsby module.
 */

/**
 * Updates the module weight to 100.
 */
function gatsby_instantpreview_post_update_001() {

  // Gatsby's hook_node_insert must run after all other modules have modified
  // the entity.
  module_set_weight('gatsby', 100);
}

Functions

Namesort descending Description
gatsby_instantpreview_post_update_001 Updates the module weight to 100.