Deprecated file_system_settings_submit() calls settingsSubmit() on wrong class

Created on 6 August 2025, 19 days ago

Problem/Motivation

In πŸ“Œ Deprecate file_system_settings_submit() and move to \Drupal\file\Hook\FileHooks Active we moved file_system_settings_submit() to \Drupal\file\Hook\FileHooks::settingsSubmit() and deprecated. However, in πŸ“Œ Move file form hooks to FileFormHooks class Active we move it to \Drupal\file\Hook\FileFormHooks::settingsSubmit() but didn't update file_system_settings_submit() to point to the new location.

Calling file_system_settings_submit() will now throw a method not found exception.

Steps to reproduce

Proposed resolution

Update file_system_settings_submit() to call \Drupal\file\Hook\FileFormHooks::settingsSubmit()

Remaining tasks

User interface changes

Introduced terminology

API changes

Data model changes

Release notes snippet

πŸ› Bug report
Status

Active

Version

11.0 πŸ”₯

Component

file.module

Created by

πŸ‡¦πŸ‡ΊAustralia kim.pepper πŸ„β€β™‚οΈπŸ‡¦πŸ‡ΊSydney, Australia

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Merge Requests

Comments & Activities

Production build 0.71.5 2024