You are here

function gatsby_fastbuilds_install in Gatsby Live Preview & Incremental Builds 8

Same name and namespace in other branches
  1. 2.0.x modules/gatsby_fastbuilds/gatsby_fastbuilds.install \gatsby_fastbuilds_install()

Implements hook_install().

File

modules/gatsby_fastbuilds/gatsby_fastbuilds.install, line 11
Install, update, and uninstall functions for the gatsby_fastbuilds module.

Code

function gatsby_fastbuilds_install() {

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