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