On 2/4/2011 11:03 AM, [email protected] wrote: > When theming a views field in a module (i.e. building the > field-level views template into the module) which arguments structure > is used: display, style or row?
None of the above. It's this, from views_theme():
$hooks['views_view_field'] = $base + array(
'pattern' => 'views_view_field__',
'arguments' => array('view' => NULL, 'field' => NULL, 'row' => NULL),
);
