function devel_update_last_removed

Implements hook_update_last_removed().

File

./devel.install, line 51

Code

function devel_update_last_removed() : int {
    return 8002;
}