block_content.install

Same filename and directory in other branches
  1. 8.9.x core/modules/block_content/block_content.install
  2. 10 core/modules/block_content/block_content.install
  3. 11.x core/modules/block_content/block_content.install

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() {
    return 8600;
}

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.