views_handler_sort::options_validate |
core/modules/views/handlers/views_handler_sort.inc |
Simple validate handler |
views_handler_sort::option_definition |
core/modules/views/handlers/views_handler_sort.inc |
Information about options for all kinds of purposes will be held here.
@code
'option_name' => array( |
views_handler_sort::query |
core/modules/views/handlers/views_handler_sort.inc |
Called to add the sort to a query. |
views_handler_sort::show_expose_button |
core/modules/views/handlers/views_handler_sort.inc |
Shortcut to display the expose/hide button. |
views_handler_sort::show_sort_form |
core/modules/views/handlers/views_handler_sort.inc |
Shortcut to display the value form. |
views_handler_sort::sort_options |
core/modules/views/handlers/views_handler_sort.inc |
Provide a list of options for the default sort form.
Should be overridden by classes that don't override sort_form |
views_handler_sort::sort_submit |
core/modules/views/handlers/views_handler_sort.inc |
|
views_handler_sort::sort_validate |
core/modules/views/handlers/views_handler_sort.inc |
|
views_handler_sort_broken::broken |
core/modules/views/handlers/views_handler_sort.inc |
Determine if the handler is considered 'broken' |
views_handler_sort_broken::ensure_my_table |
core/modules/views/handlers/views_handler_sort.inc |
Ensure the main table for this handler is in the query. This is used
a lot. |
views_handler_sort_broken::options_form |
core/modules/views/handlers/views_handler_sort.inc |
Basic options for all sort criteria |
views_handler_sort_broken::query |
core/modules/views/handlers/views_handler_sort.inc |
Called to add the sort to a query. |
views_handler_sort_broken::ui_name |
core/modules/views/handlers/views_handler_sort.inc |
Return a string representing this handler's name in the UI. |
views_handler_sort_comment_thread::query |
core/modules/comment/views/views_handler_sort_comment_thread.inc |
Called to add the sort to a query. |
views_handler_sort_date::options_form |
core/modules/views/handlers/views_handler_sort_date.inc |
Basic options for all sort criteria |
views_handler_sort_date::option_definition |
core/modules/views/handlers/views_handler_sort_date.inc |
Information about options for all kinds of purposes will be held here.
@code
'option_name' => array( |
views_handler_sort_date::query |
core/modules/views/handlers/views_handler_sort_date.inc |
Called to add the sort to a query. |
views_handler_sort_group_by_numeric::init |
core/modules/views/handlers/views_handler_sort_group_by_numeric.inc |
init the handler with necessary data. |
views_handler_sort_group_by_numeric::query |
core/modules/views/handlers/views_handler_sort_group_by_numeric.inc |
Called to add the field to a query. |
views_handler_sort_group_by_numeric::ui_name |
core/modules/views/handlers/views_handler_sort_group_by_numeric.inc |
Return a string representing this handler's name in the UI. |
views_handler_sort_menu_hierarchy::options_form |
core/modules/views/handlers/views_handler_sort_menu_hierarchy.inc |
Basic options for all sort criteria |
views_handler_sort_menu_hierarchy::option_definition |
core/modules/views/handlers/views_handler_sort_menu_hierarchy.inc |
Information about options for all kinds of purposes will be held here.
@code
'option_name' => array( |
views_handler_sort_menu_hierarchy::query |
core/modules/views/handlers/views_handler_sort_menu_hierarchy.inc |
Called to add the sort to a query. |
views_handler_sort_ncs_last_comment_name::query |
core/modules/comment/views/views_handler_sort_ncs_last_comment_name.inc |
Called to add the sort to a query. |
views_handler_sort_ncs_last_updated::query |
core/modules/comment/views/views_handler_sort_ncs_last_updated.inc |
Called to add the sort to a query. |
views_handler_sort_random::admin_summary |
core/modules/views/handlers/views_handler_sort_random.inc |
Display whether or not the sort order is ascending or descending |
views_handler_sort_random::can_expose |
core/modules/views/handlers/views_handler_sort_random.inc |
Determine if a sort can be exposed. |
views_handler_sort_random::options_form |
core/modules/views/handlers/views_handler_sort_random.inc |
Basic options for all sort criteria |
views_handler_sort_random::query |
core/modules/views/handlers/views_handler_sort_random.inc |
Called to add the sort to a query. |
views_handler_sort_search_score::query |
core/modules/search/views/views_handler_sort_search_score.inc |
Called to add the sort to a query. |
views_import_access |
core/modules/views/views.module |
Access callback to determine if the user can import Views. |
views_include |
core/modules/views/views.module |
Include views .inc files as necessary. |
views_include_handlers |
core/modules/views/views.module |
Load views files on behalf of modules. |
views_install |
core/modules/views/views.install |
Implements hook_install(). |
views_invalidate_cache |
core/modules/views/views.module |
Invalidate the views cache, forcing a rebuild on the next grab of table data. |
views_join::build_join |
core/modules/views/includes/handlers.inc |
Build the SQL for the join this object represents. |
views_join::construct |
core/modules/views/includes/handlers.inc |
Construct the views_join object. |
views_join_subquery::build_join |
core/modules/views/includes/handlers.inc |
Build the SQL for the join this object represents. |
views_join_subquery::construct |
core/modules/views/includes/handlers.inc |
Construct the views_join object. |
views_language_list |
core/modules/views/views.module |
Returns an array of language names. |
views_many_to_one_helper::add_filter |
core/modules/views/includes/handlers.inc |
|
views_many_to_one_helper::add_table |
core/modules/views/includes/handlers.inc |
Add a table to the query. |
views_many_to_one_helper::ensure_my_table |
core/modules/views/includes/handlers.inc |
Override ensure_my_table so we can control how this joins in.
The operator actually has influence over joining. |
views_many_to_one_helper::get_field |
core/modules/views/includes/handlers.inc |
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::get_join |
core/modules/views/includes/handlers.inc |
|
views_many_to_one_helper::options_form |
core/modules/views/includes/handlers.inc |
|
views_many_to_one_helper::option_definition |
core/modules/views/includes/handlers.inc |
|
views_many_to_one_helper::placeholder |
core/modules/views/includes/handlers.inc |
Provides a unique placeholders for handlers. |
views_many_to_one_helper::summary_join |
core/modules/views/includes/handlers.inc |
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::__construct |
core/modules/views/includes/handlers.inc |
|