Hierarchy

Expanded class hierarchy of views_many_to_one_helper

File

core/modules/views/includes/handlers.inc, line 643
Defines the various handler objects to help build and display views.

Members

Contains filters are case sensitive
Name Modifiers Typesort descending Description
views_many_to_one_helper::option_definition static function
views_many_to_one_helper::options_form function
views_many_to_one_helper::get_field function Sometimes the handler might want us to use some kind of formula, so give it that option. If it wants us to do this, it must set $helper->formula = TRUE and implement handler->get_formula();
views_many_to_one_helper::add_table function Add a table to the query.
views_many_to_one_helper::get_join function
views_many_to_one_helper::summary_join function Provide the proper join for summary queries. This is important in part because it will cooperate with other arguments if possible.
views_many_to_one_helper::ensure_my_table function Override ensure_my_table so we can control how this joins in. The operator actually has influence over joining.
views_many_to_one_helper::placeholder function Provides a unique placeholders for handlers.
views_many_to_one_helper::add_filter function
views_many_to_one_helper::__construct function
views_many_to_one_helper::$placeholders public property Contains possible existing placeholders used by the query.