function views_handler_field::document_self_tokens
3.x views_handler_field.inc | views_handler_field::document_self_tokens(&$tokens) |
2.x 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()
1 call to views_handler_field::document_self_tokens()
- views_handler_field::options_form in handlers/
views_handler_field.inc - Default options form that provides the label widget that all fields should have.
4 methods override views_handler_field::document_self_tokens()
- views_handler_field_field::document_self_tokens in modules/
field/ views_handler_field_field.inc - Document any special tokens this field might use for itself.
- views_handler_field_profile_list::document_self_tokens in modules/
profile/ views_handler_field_profile_list.inc - Document any special tokens this field might use for itself.
- views_handler_field_term_node_tid::document_self_tokens in modules/
taxonomy/ views_handler_field_term_node_tid.inc - Document any special tokens this field might use for itself.
- views_handler_field_user_roles::document_self_tokens in modules/
user/ views_handler_field_user_roles.inc - Document any special tokens this field might use for itself.
File
- handlers/
views_handler_field.inc, line 1503 - @todo.
Class
- views_handler_field
- Base field handler that has no options and renders an unformatted field.
Code
function document_self_tokens(&$tokens) {
}