block_content.install
Same filename in other branches
Install, update and uninstall functions for the block_content module.
File
-
core/
modules/ block_content/ block_content.install
View source
<?php
/**
* @file
* Install, update and uninstall functions for the block_content module.
*/
/**
* Implements hook_update_last_removed().
*/
function block_content_update_last_removed() : int {
return 10300;
}
Functions
Title | Deprecated | Summary |
---|---|---|
block_content_update_last_removed | Implements hook_update_last_removed(). |
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.