(
[#type] => link
[#title] => Сообщение
[#href] => taxonomy/term/1
[#options] => Array
(
[entity_type] => taxonomy_term
[entity] => stdClass Object
(
[tid] => 1
[vid] => 1
[name] => Сообщение
[description] =>
[format] => html_input
[weight] => 0
[vocabulary_machine_name] => _vid
[field_picture] => Array
(
[und] => Array
(
[0] => Array
(
[fid] => 11
[alt] =>
[title] =>
[uid] => 1
[filename] => message.png
[uri] => public://images/vid/message.png
[filemime] => image/png
[filesize] => 1591
[status] => 1
[timestamp] => 1298479229
)
)
)
[uri] => Array
(
[path] => taxonomy/term/1
[options] => Array
*RECURSION*
)
)
)
[#printed] => 1
[#pre_render] => Array
(
[0] => drupal_pre_render_link
[1] => drupal_pre_render_markup
)
[#markup] => <a href="/messages">Сообщение</a>
[#children] => <a href="/messages">Сообщение</a>
)
Имеется вот такой вывод, нужно докапаться до
$perem->#options->entity->tid
$perem->#options->entity->field_picture->und->0->uri
Как такое провернуть в Drupal 7?
Вот так уже выдает ошибку <?php print $item['#options']['entity']; ?>
Хотя <?php print $item['#options']['entity_type']; ?> благополучно выводит.
Комментарии
И в чем проблема то?
<?php
$entity = $var['#options']['entity'];
$entity->tid;
$entity->field_picture['und'][0]['uri'];
?>
Помогло
Вот только думал что
<?php $entity->field_picture['und'][0]['uri']; ?>
поможет вывести картинку, но увы. если подскажите как это сделать, был бы очень рад.
Спасибо!
Проблема в моих "глубоких" познаниях PHP
file_create_url() для вывода картинки