Bachir Soussi Chiadmi e787137542 initial commit, from drupal7base 9 years ago
..
examples e787137542 initial commit, from drupal7base 9 years ago
plugins e787137542 initial commit, from drupal7base 9 years ago
tests e787137542 initial commit, from drupal7base 9 years ago
views e787137542 initial commit, from drupal7base 9 years ago
LICENSE.txt e787137542 initial commit, from drupal7base 9 years ago
README.txt e787137542 initial commit, from drupal7base 9 years ago
entityreference.admin.css e787137542 initial commit, from drupal7base 9 years ago
entityreference.devel_generate.inc e787137542 initial commit, from drupal7base 9 years ago
entityreference.diff.inc e787137542 initial commit, from drupal7base 9 years ago
entityreference.feeds.inc e787137542 initial commit, from drupal7base 9 years ago
entityreference.info e787137542 initial commit, from drupal7base 9 years ago
entityreference.install e787137542 initial commit, from drupal7base 9 years ago
entityreference.migrate.inc e787137542 initial commit, from drupal7base 9 years ago
entityreference.module e787137542 initial commit, from drupal7base 9 years ago

README.txt

DESCRIPTION
===========
Provides a field type that can reference arbitrary entities.

SITE BUILDERS
=============
Note that when using a select widget, Entity reference loads all the
entities in that list in order to get the entity's label. If there are
too many loaded entities that site might reach its memory limit and crash
(also known as WSOD). In such a case you are advised to change the widget
to "autocomplete". If you get a WSOD when trying to edit the field
settings, you can reach the widget settings directly by navigation to

admin/structure/types/manage/[ENTITY-TYPE]/fields/[FIELD-NAME]/widget-type

Replace ENTITY-TYPE and FIELD_NAME with the correct values.