Same name and namespace in other branches
  1. 9 core/modules/block_content/block_content.install \block_content_update_last_removed()

Implements hook_update_last_removed().

File

core/modules/block_content/block_content.install, line 17
Install, update and uninstall functions for the block_content module.

Code

function block_content_update_last_removed() {
  return 8600;
}