Install
Works with Drupal: 8.xUsing Composer to manage Drupal site dependencies
Alternative installation files
Download tar.gz
29.3 KB
MD5: 2013bbadf119b111296a58b326b1fd90
SHA-1: e2f886edf0525220f5decaa73d9cd0230ee283f6
SHA-256: 6f04b29360df3e47805d2346a126d1a19ebd60c566dc9474522ec76afef01491
Download zip
48.47 KB
MD5: c4667638ccf70000043b72713e030645
SHA-1: 2d27379d6310866b0dac6a404395a4d925f49513
SHA-256: 1639b4756a0967a3c7faa075be87ba7bc5f7d8c20ddf1ebb3df1fabafb7a2076
Release notes
- view commit • Fixed the failing tests.
- view commit • Issue #2389599 by jibran, larowlan: Re-factor autocomplete route to use the selection plugin and field settings
- view commit • Issue #2391139 by jibran: Add entity_id to autocomplete route just like EntityReferenceController
- view commit • Issue #1963340 by jibran: Change field UI so that adding a field is a separate task
- view commit • Issue #2137309 by jibran: Typed data does not handle set() and onChange() consistently
- view commit • Issue #2386559 by jibran: ERItem::setValue(array('entity' => $entity) produces broken Items
- view commit • Issue #2137309 by jibran: Typed data does not handle set() and onChange() consistently
- view commit • Issue #2365331 by jibran, larowlan: Update DynamicEntityReferenceItem according to EntityReferenceItem
- view commit • Issue #2403625 by Berdir: isApplicable() on formatter is not overridden, causing an exception
- view commit • Issue #2405009 by jibran: DER needs its own FieldItemList class
- view commit • Issue #2404021 by jibran: entity_reference formatters should be in Core
- view commit • Issue #2405009 by jibran, larowlan: DER needs its own FieldItemList class
- view commit • Issue #2405607 by jibran: Fix DER constraint validation
- view commit • Issue #2107243 by jibran: Decouple entity reference selection plugins from field definitions
- view commit • Improved documentation.
- view commit • Issue #2374019 by jibran: Cleanup the use of custom item properties in EntityReferenceFormatterBase
- view commit • Issue #2164601 by jibran: Stop auto-creating FieldItems on mere reading of $entity->field[N]
- view commit • Issue #1959806 by jibran: Provide a generic 'entity_autocomplete' Form API element
- view commit • Added composer.json to the module root directory.
- view commit • Issue #2413641 by jibran: Add OptionWidgets for single value target type DER fields
- view commit • Issue #2411981 by jibran, larowlan, amateescu, Dave Reid: Fixes after generic 'entity_autocomplete' Form API element
- view commit • Issue #2411981 Follow up: Fixes after generic 'entity_autocomplete' Form API element
- view commit • Issue #2414539 by jibran: Simplify schema definition for sequence
- view commit • Issue #2373491 by jibran: Categorize field type plugins
- view commit • Issue #2436835 by jibran: Unable to create config schema for entity type specific entity reference selection plugin
- view commit • Issue #2405013 by jibran, larowlan: Add tests for all the formatters
- view commit • Issue #2461215 by larowlan: Head Failing
- view commit • Issue #2446869 by jibran: Convert the "Field storage edit" form to an actual entity form
- view commit • Issue #2448503 by jibran: Convert the "Field edit" form to an actual entity form
- view commit • Issue #2429037 by jibran: Allow adding entity level constraints
- view commit • Issue #2447963 by jibran: Move DynamicEntityReferenceFieldItemList to DynamicEntityReferenceItem namespace.
- view commit • Issue #2426781 by jibran: Custom OptionWidget have no empty option label
- view commit • Issue #2471395 by LKS90: Replace all occurrences of String class with the SafeMarkup equivalent
- view commit • Issue #2422679 by jibran: copy text template to classy
- view commit • Issue #2099137 by jibran: Entity/field access and node grants not taken into account with core cache contexts
- view commit • Issue #2474121 by jibran: CacheableMetadata should get BubbleableMetadata's merge/applyTo/createFromRenderArray/createFromObject methods
- view commit • Issue #2433281 by jibran: Move Role Constants on to a Class/Interface
- view commit • Issue #2473931 by dpi, jibran: DERItem expects an array, should allow objects per core
- view commit • Issue #2473931 by jibran, larowlan : Follow up: DERItem expects an array, should allow objects per core
- view commit • Issue #2105797 by jibran: Add CompositeConstraintBase so that constraints involving multiple fields, such as CommentNameConstraint, can be discovered
- view commit • Issue #2428795 by jibran: Translatable entity 'changed' timestamps are not working at all
- view commit • Issue #2491367 by LKS90: Fix DynamicEntityReferenceItemTest
- view commit • Issue #2490420 by jibran: EntityAutocomplete element settings allows sql injection and for arbitrary user-supplied data to be passed into unserialize()