hook_object_info()
fago - January 22, 2009 - 11:50
| Project: | Views Bulk Operations (VBO) |
| Version: | 6.x-1.x-dev |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed |
Jump to:
Description
I just wanted to warn you from possible problems with hook_object_info() - as this hook doesn't use the modules namespace as would hook_views_bulk_operations_object_info().
So if another module author not aware of your module decides to invent such a hook too, you might ran into conflicts.

#1
Thanks for the suggestion.
#2
FYI, it's slightly ugly, but here's my solution for handling the changed API over in signup.module: #363760: Port to changed VBO API -- hook_views_bulk_operations_object_info() With that patch, signup should be able to support both VBO 6.x-1.3 and 6.x-1.4... Eventually, when 6.x-1.4 is everywhere, I can rip out the deprecated signup_object_info() function.
#3
Sorry for the inconvenience. 6.x-1.4 should be here within a month if all goes well.
#4
Automatically closed -- issue fixed for 2 weeks with no activity.