The main module is a mix of a (work in progress) API for managing abstract relations and an actual field implementing this relation.
I suggest we extract the field-related code in awesomerelationship.field.inc.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | 957742-awesomerelationship-extract-field-code.patch | 11.73 KB | damien tournoud |
Comments
Comment #1
damien tournoud commentedFirst stab at this. Sadly the field module doesn't implement hook_hook_info()...
Comment #2
chx commentedThanks.
Comment #3
naught101 commentedEr.. this doesn't seem to have made it back to the github master yet.
As a side note, what's the development plan for this module? It's basically all happening in github, with patches here, and will be migrated to drupal.org when the d.o git repo is set up?
Comment #4
chx commentedAbsolutely not, development happens here.
Comment #5
naught101 commentedOk.
btw. you forgot the
files[] = awesomerelationship.field.incline in the .info file.
Comment #6
sunFixed #5.