1 views_handler_field.inc | views_handler_field::document_self_tokens(&$tokens) |
Document any special tokens this field might use for itself.
See also
add_self_tokens()
File
- core/
modules/ views/ handlers/ views_handler_field.inc, line 1574 - @todo.
Class
- views_handler_field
- Base field handler that has no options and renders an unformatted field.
Code
function document_self_tokens(&$tokens) {
}