drupal/core/modules/content_moderation/content_moderation.install

14 lines
222 B
PHP

<?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;
}