backdrop-contrib / references_dialog

Extends reference fields by adding links to add, edit, and search for references through a dialog.
https://backdropcms.org/project/references
GNU General Public License v2.0
1 stars 3 forks source link

Entity Load Multiple needed #15

Closed laryn closed 1 year ago

laryn commented 1 year ago

It looks like this line should use entity_load_multiple:

$entities = entity_load($entity_type, $entity_ids);