content_moderation.install in Drupal 9
Same filename and directory in other branches
Install, update and uninstall functions for the Content Moderation module.
File
core/modules/content_moderation/content_moderation.installView source
<?php
/**
* @file
* Install, update and uninstall functions for the Content Moderation module.
*/
/**
* Implements hook_update_last_removed().
*/
function content_moderation_update_last_removed() {
return 8700;
}
Functions
Name | Description |
---|---|
content_moderation_update_last_removed | Implements hook_update_last_removed(). |