Active
Project:
List Formatter
Version:
8.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
25 Mar 2026 at 17:52 UTC
Updated:
26 Mar 2026 at 08:47 UTC
Jump to comment: Most recent
Trying to use this in views leads to
Error: Call to undefined method Drupal\Core\Field\BaseFieldDefinition::getTypeProvider() in Drupal\list_formatter\Plugin\Field\FieldFormatter\ListFormatter->getListFormatter() (Zeile 337 in/web/modules/contrib/list_formatter/src/Plugin/Field/FieldFormatter/ListFormatter.php).
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
Comment #2
anybodyOkay I think this is similar to #3576722: photoswipe_reference_image_field select is empty in Views and contains a fix.
And I think this is the root cause: #2898635: bundleFieldDefinitions() are not added in EntityViewsData
Comment #4
anybodyThis is mitigated by the fact that views provides a custom multiple values handling, so this is needed rarely.