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

Breadcrumb

  1. Drupal Core 11.1.x

file.post_update.php

Post update functions for File.

File

core/modules/file/file.post_update.php

View source
<?php


/**
 * @file
 * Post update functions for File.
 */

/**
 * Implements hook_removed_post_updates().
 */
function file_removed_post_updates() : array {
    return [
        'file_post_update_add_txt_if_allows_insecure_extensions' => '10.0.0',
        'file_post_update_add_permissions_to_roles' => '11.0.0',
        'file_post_update_add_default_filename_sanitization_configuration' => '11.0.0',
    ];
}

Functions

Title Deprecated Summary
file_removed_post_updates Implements hook_removed_post_updates().
RSS feed
Powered by Drupal