Tripal
|
Public Member Functions | |
query () | |
get_value ($values, $field=NULL) | |
render ($values) | |
![]() | |
click_sort ($order) | |
Views field handler for basic TripalFields fields.
tripal_views_handler_field_element::get_value | ( | $values, | |
$field = NULL |
|||
) |
Get the value that's supposed to be rendered.
This api exists so that other modules can easy set the values of the field without having the need to change the render method as well.
$values | An object containing all retrieved values. |
$field | Optional name of the field where the value is stored. |
Reimplemented from tripal_views_handler_field.
tripal_views_handler_field_element::render | ( | $values | ) |
Render the field.
$values | The values retrieved from the database. |
Reimplemented from tripal_views_handler_field.