comment_delete.install in Comment Delete 8
Same filename and directory in other branches
File
comment_delete.installView source
<?php
/**
* @file
* comment_delete.install
*/
/**
* Implements hook_install().
*/
function comment_delete_install() {
module_set_weight('comment_delete', 1000);
}
/**
* Ensure caches are flushed and rebuilt.
*/
function comment_delete_update_8001(&$sandbox) {
drupal_flush_all_caches();
}
Functions
Name | Description |
---|---|
comment_delete_install | Implements hook_install(). |
comment_delete_update_8001 | Ensure caches are flushed and rebuilt. |