Problem/Motivation

"The file_validate_extensions plugin does not exist" error in Drupal 11 when selecting a file to upload for import at /admin/content/entity-importer/<entity_import_id>.

Proposed resolution

Replace 'file_validate_extensions' => [$this::FILE_EXTENSION], by 'FileExtension' => ['extensions' => $this::FILE_EXTENSION], in /src/Plugin/migrate/source/EntityImportSourceCSV.php

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

boromino created an issue. See original summary.

boromino’s picture

Status: Active » Needs review

tobiasb made their first commit to this issue’s fork.

  • tobiasb committed 1aa50c01 on 8.x-1.x authored by boromino
    [#3545588] fix: The file_validate_extensions plugin does not exist
    
    By:...
tobiasb’s picture

Status: Needs review » Fixed

Thx commited.

For the log:

CR of drupal: https://www.drupal.org/node/3363700

Now that this issue is closed, please review the contribution record.

As a contributor, attribute any organization that helped you, or if you volunteered your own time.

Maintainers, please credit people who helped resolve this issue.

  • tobiasb committed 1aa50c01 on entity_import_csv-test authored by boromino
    [#3545588] fix: The file_validate_extensions plugin does not exist
    
    By:...

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.