content_moderation_test_resave.install
Same filename in other branches
Contains install functions for the Content moderation test re-save module.
File
-
core/
modules/ content_moderation/ tests/ modules/ content_moderation_test_resave/ content_moderation_test_resave.install
View source
<?php
/**
* @file
* Contains install functions for the Content moderation test re-save module.
*/
/**
* Implements hook_install().
*/
function content_moderation_test_resave_install() {
// Make sure that this module's hooks are run before Content Moderation's
// hooks.
module_set_weight('content_moderation_test_resave', -10);
}
Functions
Title | Deprecated | Summary |
---|---|---|
content_moderation_test_resave_install | Implements hook_install(). |
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.