views_get_views_as_options |
core/modules/views/views.module |
Return an array of view as options array, that can be used by select,
checkboxes and radios as #options. |
views_get_view_result |
core/modules/views/views.module |
Get the result of a view. |
views_handler::accept_exposed_input |
core/modules/views/includes/handlers.inc |
Take input from exposed handlers and assign to this handler, if necessary. |
views_handler::access |
core/modules/views/includes/handlers.inc |
Check whether current user has access to this handler. |
views_handler::admin_summary |
core/modules/views/includes/handlers.inc |
Provide text for the administrative summary |
views_handler::broken |
core/modules/views/includes/handlers.inc |
Determine if the handler is considered 'broken', meaning it's a
a placeholder used when a handler can't be found. |
views_handler::can_expose |
core/modules/views/includes/handlers.inc |
Determine if a handler can be exposed. |
views_handler::case_transform |
core/modules/views/includes/handlers.inc |
Transform a string by a certain method. |
views_handler::ensure_my_table |
core/modules/views/includes/handlers.inc |
Ensure the main table for this handler is in the query. This is used
a lot. |
views_handler::exposed_form |
core/modules/views/includes/handlers.inc |
Render our chunk of the exposed handler form when selecting |
views_handler::exposed_info |
core/modules/views/includes/handlers.inc |
Get information about the exposed form for the form renderer. |
views_handler::exposed_submit |
core/modules/views/includes/handlers.inc |
Submit the exposed handler form |
views_handler::exposed_validate |
core/modules/views/includes/handlers.inc |
Validate the exposed handler form |
views_handler::expose_form |
core/modules/views/includes/handlers.inc |
Form for exposed handler options. |
views_handler::expose_options |
core/modules/views/includes/handlers.inc |
Set new exposed option defaults when exposed setting is flipped
on. |
views_handler::expose_submit |
core/modules/views/includes/handlers.inc |
Perform any necessary changes to the form exposes prior to storage.
There is no need for this function to actually store the data. |
views_handler::expose_validate |
core/modules/views/includes/handlers.inc |
Validate the options form. |
views_handler::extra_options |
core/modules/views/includes/handlers.inc |
Provide defaults for the handler. |
views_handler::extra_options_form |
core/modules/views/includes/handlers.inc |
Provide a form for setting options. |
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. |