Problem/Motivation

hook_file_validate does not exist anymore in Drupal 11 and it’s deprecated as from Drupal 10.2. See file_validate and related functions are deprecated and replaced with file.validator service and Constraint plugins for more information.

Proposed resolution

Update the module and replace the hook_file_validate implementation with the new replacement as per the page above.

Issue fork httpav-3572444

Command icon Show commands

Start within a Git clone of the project using the version control instructions.

Or, if you do not have SSH keys set up on git.drupalcode.org:

Comments

barbun created an issue. See original summary.

barbun’s picture

Issue summary: View changes