Views' field handlers
- 3.x handlers/views_handler_field.inc views_field_handlers
- 2.x handlers/views_handler_field.inc views_field_handlers
Handlers to tell Views how to build and display fields.
File
- handlers/
views_handler_field.inc, line 2
Classes
Name | Location | Description |
---|---|---|
views_handler_field |
handlers/ |
Base field handler that has no options and renders an unformatted field. |
views_handler_field_boolean |
handlers/ |
A handler to provide proper displays for booleans. |
views_handler_field_broken |
handlers/ |
A special handler to take the place of missing or broken handlers. |
views_handler_field_custom |
handlers/ |
A handler to provide a field that is completely custom by the administrator. |
views_handler_field_date |
handlers/ |
A handler to provide proper displays for dates. |
views_handler_field_file_size |
handlers/ |
Render a numeric value as a size. |
views_handler_field_markup |
handlers/ |
A handler to run a field through check_markup, using a companion format field. |
views_handler_field_math |
handlers/ |
Render a mathematical expression as a numeric value |
views_handler_field_numeric |
handlers/ |
Render a field as a numeric value |
views_handler_field_prerender_list |
handlers/ |
Field handler to provide a list of items. |
views_handler_field_url |
handlers/ |
Field handler to provide simple renderer that turns a URL into a clickable link. |
views_handler_field_xss |
handlers/ |
A handler to run a field through simple XSS filtering |