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

Breadcrumb

  1. Drupal Core 11.1.x

update.post_update.php

Post update functions for Update Manager.

File

core/modules/update/update.post_update.php

View source
<?php


/**
 * @file
 * Post update functions for Update Manager.
 */

/**
 * Implements hook_removed_post_updates().
 */
function update_remove_post_updates() {
    return [
        'update_post_update_add_view_update_notifications_permission' => '10.0.0',
        'update_post_update_set_blank_fetch_url_to_null' => '11.0.0',
    ];
}

Functions

Title Deprecated Summary
update_remove_post_updates Implements hook_removed_post_updates().

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal