function views_handler_field::document_self_tokens
Same name in other branches
- 7.x-3.x handlers/views_handler_field.inc \views_handler_field::document_self_tokens()
Document any special tokens this field might use for itself.
See also
add_self_tokens() for details.
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_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_upload_fid::document_self_tokens in modules/
upload/ views_handler_field_upload_fid.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 1113
Class
- views_handler_field
- Base field handler that has no options and renders an unformatted field.
Code
function document_self_tokens(&$tokens) {
}