You are here

function content_translation_update_last_removed in Drupal 9

Same name and namespace in other branches
  1. 10 core/modules/content_translation/content_translation.install \content_translation_update_last_removed()

Implements hook_update_last_removed().

File

core/modules/content_translation/content_translation.install, line 44
Installation functions for Content Translation module.

Code

function content_translation_update_last_removed() {
  return 8400;
}