Drupal 7.22 Views: 7.x-3.7
i have the field "content:path" and i want to output the containing data with php. I use a global php field.
it shows me this:
Available variables
$row->path: Inhalt: Pfad
but the output with print $row->path
gives out a number only and not the content path. Then i tried print_r($data)
to look for the correct output information. but there i dont found anything about the field: content:path
any solution to get the data of this field to php?
regards