You are here

gatsby_fastbuilds.install in Gatsby Live Preview & Incremental Builds 8

Same filename and directory in other branches
  1. 2.0.x modules/gatsby_fastbuilds/gatsby_fastbuilds.install

Install, update, and uninstall functions for the gatsby_fastbuilds module.

File

modules/gatsby_fastbuilds/gatsby_fastbuilds.install
View source
<?php

/**
 * @file
 * Install, update, and uninstall functions for the gatsby_fastbuilds module.
 */

/**
 * Implements hook_install().
 */
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);
}

Functions

Namesort descending Description
gatsby_fastbuilds_install Implements hook_install().