Install
Works with Drupal: 7.xUsing dev releases is not recommended, except for testing.
Using Composer to manage Drupal site dependencies
Downloads
Download tar.gz
14.04 KB
MD5: 0ea750ee709ca112fbf70bc193eea80a
SHA-1: 5a21e350edbce5bd8b735b98199c39d90702ea3b
SHA-256: 1d2561f68df41b031a27d5f1d85eb3dd5fd88cec8b7fa82719a0e5d1fdde02cc
Download zip
17.83 KB
MD5: 8b6ecbb3590d592eeb21cc1b33a697d2
SHA-1: 6ca8c0b269f0d71c47bf1bbfb4e61a46f2b65d78
SHA-256: 1277aebcaea34ad5c09ec4a13ea09f145df5df97ef0e7e12551ddf9ce62e6f1c
Release notes
In 7.x-1.x branch we use the children of an element form as a natural bridge between the form and the entity.
But many simple field type doesn't use a theme that render the children element.
So we decide instead to use the element form suffix and to build our own bridge using entity_submit callback.