19 Oct
2010
19 Oct
'10
7:08 p.m.
On 10/18/2010 10:21 AM, jeff@ayendesigns.com wrote:
function my_views_handlers() { return array( 'my_handler_field_node'); }
This clearly doesn't work, since handlers need to be keys to an array. I think you're mistaken that any part of Views implements hook_views_handlers() like this.