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.

Comments

infojunkie’s picture

Status: Active » Fixed

Thanks for the suggestion.

dww’s picture

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.

infojunkie’s picture

Sorry for the inconvenience. 6.x-1.4 should be here within a month if all goes well.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.