Closed (fixed)
Project:
Multiple Email Addresses
Version:
6.x-1.x-dev
Component:
Code
Priority:
Major
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
4 Feb 2011 at 23:27 UTC
Updated:
7 Mar 2011 at 01:41 UTC
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!