[development] Views field handler being ignored

Earl Miles merlin at logrus.com
Tue Oct 19 17:08:52 UTC 2010


On 10/18/2010 10:21 AM, jeff at 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.


More information about the development mailing list