gatsby_endpoints-8.x-1.0-alpha1/gatsby_endpoints.install
gatsby_endpoints.install
<?php
/**
* @file
* Install, update, and uninstall functions for the gatsby_endpoints module.
*/
/**
* Implements hook_install().
*/
function gatsby_endpoints_install() {
// Gatsby's hook_node_insert must run after all other modules have modified
// the entity.
module_set_weight('gatsby_endpoints', 102);
}
