Able to see a variable in print_r()'s output, but not sure how to access it in code

后端 未结 9 697

I googled, installed Devel, Drupal for Firebug, but I can\'t find it.

I found what I want, I know where it is; I just don\'t know how to g

9条回答
  •  遥遥无期
    2020-11-22 02:52

    Try:

    $field_image->handler->view->result[0]->_field_data['nid']['entity']->field_image['und'][0]['filename']
    

提交回复
热议问题