views_handler::extra_options_submit |
core/modules/views/includes/handlers.inc |
Perform any necessary changes to the form values prior to storage.
There is no need for this function to actually store the data. |
views_handler::extra_options_validate |
core/modules/views/includes/handlers.inc |
Validate the options form. |
views_handler::get_field |
core/modules/views/includes/handlers.inc |
Shortcut to get a handler's raw field value. |
views_handler::get_join |
core/modules/views/includes/handlers.inc |
Get the join object that should be used for this handler. |
views_handler::groupby_form |
core/modules/views/includes/handlers.inc |
Provide a form for aggregation settings. |
views_handler::groupby_form_submit |
core/modules/views/includes/handlers.inc |
Perform any necessary changes to the form values prior to storage.
There is no need for this function to actually store the data. |
views_handler::has_extra_options |
core/modules/views/includes/handlers.inc |
If a handler has 'extra options' it will get a little settings widget and
another form called extra_options. |
views_handler::init |
core/modules/views/includes/handlers.inc |
init the handler with necessary data. |
views_handler::is_a_group |
core/modules/views/includes/handlers.inc |
Returns TRUE if the exposed filter works like a grouped filter. |
views_handler::is_exposed |
core/modules/views/includes/handlers.inc |
Determine if this item is 'exposed', meaning it provides form elements
to let users modify the view. |
views_handler::multiple_exposed_input |
core/modules/views/includes/handlers.inc |
Define if the exposed input has to be submitted multiple times.
This is TRUE when exposed filters grouped are using checkboxes as
widgets. |
views_handler::needs_style_plugin |
core/modules/views/includes/handlers.inc |
Determine if the argument needs a style plugin. |
views_handler::options_form |
core/modules/views/includes/handlers.inc |
Build the options form. |
views_handler::options_submit |
core/modules/views/includes/handlers.inc |
Perform any necessary changes to the form values prior to storage.
There is no need for this function to actually store the data. |
views_handler::options_validate |
core/modules/views/includes/handlers.inc |
Validate the options form. |
views_handler::option_definition |
core/modules/views/includes/handlers.inc |
Information about options for all kinds of purposes will be held here.
@code
'option_name' => array( |
views_handler::placeholder |
core/modules/views/includes/handlers.inc |
Provides a unique placeholders for handlers. |
views_handler::post_execute |
core/modules/views/includes/handlers.inc |
Run after the view is executed, before the result is cached. |
views_handler::pre_query |
core/modules/views/includes/handlers.inc |
Run before the view is built. |
views_handler::sanitize_value |
core/modules/views/includes/handlers.inc |
Sanitize the value for output. |
views_handler::set_relationship |
core/modules/views/includes/handlers.inc |
Called just prior to query(), this lets a handler set up any relationship
it needs. |
views_handler::show_expose_button |
core/modules/views/includes/handlers.inc |
Shortcut to display the expose/hide button. |
views_handler::show_expose_form |
core/modules/views/includes/handlers.inc |
Shortcut to display the exposed options form. |
views_handler::store_exposed_input |
core/modules/views/includes/handlers.inc |
If set to remember exposed input in the session, store it there. |
views_handler::ui_name |
core/modules/views/includes/handlers.inc |
Return a string representing this handler's name in the UI. |
views_handler::use_group_by |
core/modules/views/includes/handlers.inc |
Provides the handler some groupby. |
views_handler::validate |
core/modules/views/includes/handlers.inc |
Validates the handler against the complete View. |
views_handler_area::admin_summary |
core/modules/views/handlers/views_handler_area.inc |
Provide extra data to the administration form |
views_handler_area::init |
core/modules/views/handlers/views_handler_area.inc |
Overrides views_handler::init(). |
views_handler_area::label |
core/modules/views/handlers/views_handler_area.inc |
Get this field's label. |
views_handler_area::options_form |
core/modules/views/handlers/views_handler_area.inc |
Default options form that provides the label widget that all fields
should have. |
views_handler_area::option_definition |
core/modules/views/handlers/views_handler_area.inc |
Information about options for all kinds of purposes will be held here.
@code
'option_name' => array( |
views_handler_area::query |
core/modules/views/handlers/views_handler_area.inc |
Don't run a query |
views_handler_area::render |
core/modules/views/handlers/views_handler_area.inc |
Render the area |
views_handler_area::use_group_by |
core/modules/views/handlers/views_handler_area.inc |
Area handlers shouldn't have groupby. |
views_handler_area_broken::broken |
core/modules/views/handlers/views_handler_area.inc |
Determine if the handler is considered 'broken' |
views_handler_area_broken::ensure_my_table |
core/modules/views/handlers/views_handler_area.inc |
Ensure the main table for this handler is in the query. This is used
a lot. |
views_handler_area_broken::options_form |
core/modules/views/handlers/views_handler_area.inc |
Default options form that provides the label widget that all fields
should have. |
views_handler_area_broken::query |
core/modules/views/handlers/views_handler_area.inc |
Don't run a query |
views_handler_area_broken::render |
core/modules/views/handlers/views_handler_area.inc |
Render the area |
views_handler_area_broken::ui_name |
core/modules/views/handlers/views_handler_area.inc |
Return a string representing this handler's name in the UI. |
views_handler_area_result::options_form |
core/modules/views/handlers/views_handler_area_result.inc |
Default options form that provides the label widget that all fields
should have. |
views_handler_area_result::option_definition |
core/modules/views/handlers/views_handler_area_result.inc |
Information about options for all kinds of purposes will be held here.
@code
'option_name' => array( |
views_handler_area_result::render |
core/modules/views/handlers/views_handler_area_result.inc |
Find out the information to render. |
views_handler_area_text::options_form |
core/modules/views/handlers/views_handler_area_text.inc |
Default options form that provides the label widget that all fields
should have. |
views_handler_area_text::options_submit |
core/modules/views/handlers/views_handler_area_text.inc |
Perform any necessary changes to the form values prior to storage.
There is no need for this function to actually store the data. |
views_handler_area_text::option_definition |
core/modules/views/handlers/views_handler_area_text.inc |
Information about options for all kinds of purposes will be held here.
@code
'option_name' => array( |
views_handler_area_text::render |
core/modules/views/handlers/views_handler_area_text.inc |
Render the area |
views_handler_area_text::render_textarea |
core/modules/views/handlers/views_handler_area_text.inc |
Render a text area, using the proper format. |
views_handler_area_text_custom::options_form |
core/modules/views/handlers/views_handler_area_text_custom.inc |
Default options form that provides the label widget that all fields
should have. |