function customfunction_token_values($type, $object = NULL, $options = array()) {
if ($type == 'node') {
$node = node_load($object->nid);
echo "<pre>";
print_r($node);
exit;
}
}
Where can see these node object?
|
feedback
|
Questions on Super User are expected to generally relate to computer software or computer hardware, within the scope defined in the faq.