Attached patch creates hook_multiple_email_delete(). I am creating a table with additional fields for each address and want to clean up after it.
| Comment | File | Size | Author |
|---|---|---|---|
| multiple_email.hook_delete.patch | 784 bytes | Grayside |
Attached patch creates hook_multiple_email_delete(). I am creating a table with additional fields for each address and want to clean up after it.
| Comment | File | Size | Author |
|---|---|---|---|
| multiple_email.hook_delete.patch | 784 bytes | Grayside |
Comments
Comment #1
cor3huis commentedComment #2
Grayside commentedOn further reflection I decided I had very little use for new fields at any given time without several already stored in multiple_email, and decided to add the fields to {multiple_email}. However, this hook still makes sense to round out the signals already in place.
Comment #3
cor3huis commentedComment #4
sdboyer commentedWe need this for Git on d.o, but I'd also say that it's an important aspect of the API just in general. CRUD like this always merits a notification hook.
Comment #5
shawn dearmond commentedCommitted: http://drupal.org/cvs?commit=503078
Thanks!