Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x

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() : int {
    return 10300;
}

Functions

Title Deprecated Summary
block_content_update_last_removed Implements hook_update_last_removed().
RSS feed
Powered by Drupal