Support for token
Daniele Testa - October 27, 2009 - 18:04
| Project: | Views Custom Field |
| Version: | 6.x-1.x-dev |
| Component: | Code |
| Category: | feature request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Jump to:
Description
It would be great if you could add support for tokens before the PHP-code is executed.
Then I could do something like
<?php
return [node-nid] * 10;
?>
#1
I know that I can use this module for markup mode:
http://drupal.org/project/token_filter
But then I do not have access to the $data variable or the views attributes.
#2
subscribing