8 methods override views_handler::ensure_my_table()
- views_handler_area_broken::ensure_my_table in handlers/
views_handler_area.inc - Ensure the main table for this handler is in the query. This is used a lot.
- views_handler_argument_broken::ensure_my_table in handlers/
views_handler_argument.inc - Ensure the main table for this handler is in the query. This is used a lot.
- views_handler_argument_many_to_one::ensure_my_table in handlers/
views_handler_argument_many_to_one.inc - Override ensure_my_table so we can control how this joins in. The operator actually has influence over joining.
- views_handler_field_broken::ensure_my_table in handlers/
views_handler_field.inc - Ensure the main table for this handler is in the query. This is used a lot.
- views_handler_filter_broken::ensure_my_table in handlers/
views_handler_filter.inc - Ensure the main table for this handler is in the query. This is used a lot.
- views_handler_filter_many_to_one::ensure_my_table in handlers/
views_handler_filter_many_to_one.inc - Override ensure_my_table so we can control how this joins in. The operator actually has influence over joining.
- views_handler_relationship_broken::ensure_my_table in handlers/
views_handler_relationship.inc - Ensure the main table for this handler is in the query. This is used a lot.
- views_handler_sort_broken::ensure_my_table in handlers/
views_handler_sort.inc - Ensure the main table for this handler is in the query. This is used a lot.