|
| option_definition () |
|
| operators () |
|
| operator_options ($which='title') |
|
| admin_summary () |
|
| operator_values ($values=1) |
|
| value_form (&$form, &$form_state) |
|
| operator () |
|
| query () |
|
| op_equal ($field) |
|
| op_contains ($field) |
|
| op_word ($field) |
|
| op_starts ($field) |
|
| op_not_starts ($field) |
|
| op_ends ($field) |
|
| op_not_ends ($field) |
|
| op_not ($field) |
|
| op_shorter ($field) |
|
| op_longer ($field) |
|
| op_regex ($field) |
|
| op_empty ($field) |
|
◆ operator_options()
tripal_views_handler_filter_string::operator_options |
( |
|
$which = 'title' | ) |
|
Build strings from the operators() for 'select' options
◆ operators()
tripal_views_handler_filter_string::operators |
( |
| ) |
|
This kind of construct makes it relatively easy for a child class to add or remove functionality by overriding this function and adding/removing items from this array.
◆ query()
tripal_views_handler_filter_string::query |
( |
| ) |
|
◆ value_form()
tripal_views_handler_filter_string::value_form |
( |
& |
$form, |
|
|
& |
$form_state |
|
) |
| |
Provide a simple textfield for equality
The documentation for this class was generated from the following file:
- tripal/views_handlers/tripal_views_handler_filter_string.inc