You are here

function editor_update_last_removed in Drupal 9

Implements hook_update_last_removed().

File

core/modules/editor/editor.install, line 11
Install, update and uninstall functions for the Editor module.

Code

function editor_update_last_removed() {
  return 8001;
}