root / drupal7 / sites / all / modules / entityreference @ 56aebcb7
Name | Size | Revision | Age | Author | Comment |
---|---|---|---|---|---|
examples | 56aebcb7 | about 8 years | Assos Assos | Weekly update of contrib modules | |
plugins | 56aebcb7 | about 8 years | Assos Assos | Weekly update of contrib modules | |
tests | 56aebcb7 | about 8 years | Assos Assos | Weekly update of contrib modules | |
views | f7a2490e | over 10 years | Assos Assos | git mv htmltest drupal7 | |
LICENSE.txt | 17.7 KB | f7a2490e | over 10 years | Assos Assos | git mv htmltest drupal7 |
README.txt | 678 Bytes | f7a2490e | over 10 years | Assos Assos | git mv htmltest drupal7 |
entityreference.admin.css | 53 Bytes | f7a2490e | over 10 years | Assos Assos | git mv htmltest drupal7 |
entityreference.devel_generate.inc | 1.16 KB | 56aebcb7 | about 8 years | Assos Assos | Weekly update of contrib modules |
entityreference.diff.inc | 2.51 KB | f7a2490e | over 10 years | Assos Assos | git mv htmltest drupal7 |
entityreference.feeds.inc | 6.01 KB | 56aebcb7 | about 8 years | Assos Assos | Weekly update of contrib modules |
entityreference.info | 1 KB | 56aebcb7 | about 8 years | Assos Assos | Weekly update of contrib modules |
entityreference.install | 5.23 KB | 56aebcb7 | about 8 years | Assos Assos | Weekly update of contrib modules |
entityreference.migrate.inc | 643 Bytes | 56aebcb7 | about 8 years | Assos Assos | Weekly update of contrib modules |
entityreference.module | 44 KB | 56aebcb7 | about 8 years | Assos Assos | Weekly update of contrib modules |
Latest revisions
README
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.
Also available in: Atom