The "file_validate_extensions" plugin does not exist.

Created on 4 March 2025, about 1 month ago

Steps to reproduce

I am using drupal 11.1.1 and install theme with version 1.1.0 and go to the theme setting page and add the slider image but getting issue in networks.

Issue :

Drupal\Component\Plugin\Exception\PluginNotFoundException: The "file_validate_extensions" plugin does not exist.

Proposed resolution

file_validate_extensions() is now removed in D11.

So you can use below code . It is working fine for me.

'#upload_validators' => array(
'FileExtension' => array('png gif jpg jpeg apng svg')
),

🐛 Bug report
Status

Needs review

Version

1.1

Component

Code

Created by

🇮🇳India suraj3310 Punjab

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

Comments & Activities

Production build 0.71.5 2024