You are here

prevent_homepage_deletion.install in Prevent homepage deletion 8

Installs, requirements and updates for the Prevent homepage deletion module.

File

prevent_homepage_deletion.install
View source
<?php

/**
 * @file
 * Installs, requirements and updates for the Prevent homepage deletion module.
 */

/**
 * Implements hook_install().
 */
function prevent_homepage_deletion_install() {
  node_access_needs_rebuild(TRUE);
  drupal_flush_all_caches();
}

Functions