views_handler_area_text_custom::options_submit |
core/modules/views/handlers/views_handler_area_text_custom.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_custom::option_definition |
core/modules/views/handlers/views_handler_area_text_custom.inc |
Information about options for all kinds of purposes will be held here.
@code
'option_name' => array( |
views_handler_area_text_custom::render |
core/modules/views/handlers/views_handler_area_text_custom.inc |
Render the area |
views_handler_area_text_custom::render_textarea_custom |
core/modules/views/handlers/views_handler_area_text_custom.inc |
Render a text area with filter_xss_admin. |
views_handler_area_view::loadView |
core/modules/views/handlers/views_handler_area_view.inc |
Loads the used view for rendering. |
views_handler_area_view::options_form |
core/modules/views/handlers/views_handler_area_view.inc |
Default options form that provides the label widget that all fields
should have. |
views_handler_area_view::option_definition |
core/modules/views/handlers/views_handler_area_view.inc |
Information about options for all kinds of purposes will be held here.
@code
'option_name' => array( |
views_handler_area_view::render |
core/modules/views/handlers/views_handler_area_view.inc |
Render the area |
views_handler_argument::construct |
core/modules/views/handlers/views_handler_argument.inc |
Constructor |
views_handler_argument::default_access_denied |
core/modules/views/handlers/views_handler_argument.inc |
Default action: access denied. |
views_handler_argument::default_action |
core/modules/views/handlers/views_handler_argument.inc |
Handle the default action, which means our argument wasn't present. |
views_handler_argument::default_actions |
core/modules/views/handlers/views_handler_argument.inc |
Provide a list of default behaviors for this argument if the argument
is not present. |
views_handler_argument::default_argument_form |
core/modules/views/handlers/views_handler_argument.inc |
Provide a form for selecting the default argument when the
default action is set to provide default argument. |
views_handler_argument::default_default |
core/modules/views/handlers/views_handler_argument.inc |
This just returns true. The view argument builder will know where
to find the argument from. |
views_handler_argument::default_empty |
core/modules/views/handlers/views_handler_argument.inc |
Default action: empty |
views_handler_argument::default_ignore |
core/modules/views/handlers/views_handler_argument.inc |
Default action: ignore. |
views_handler_argument::default_not_found |
core/modules/views/handlers/views_handler_argument.inc |
Default action: not found. |
views_handler_argument::default_summary |
core/modules/views/handlers/views_handler_argument.inc |
Default action: summary. |
views_handler_argument::default_summary_form |
core/modules/views/handlers/views_handler_argument.inc |
Provide a form for selecting further summary options when the
default action is set to display one. |
views_handler_argument::exception_title |
core/modules/views/handlers/views_handler_argument.inc |
|
views_handler_argument::get_default_argument |
core/modules/views/handlers/views_handler_argument.inc |
Get a default argument, if available. |
views_handler_argument::get_plugin |
core/modules/views/handlers/views_handler_argument.inc |
Get the display or row plugin, if it exists. |
views_handler_argument::get_sort_name |
core/modules/views/handlers/views_handler_argument.inc |
Return a description of how the argument would normally be sorted. |
views_handler_argument::get_title |
core/modules/views/handlers/views_handler_argument.inc |
Called by the view object to get the title. This may be set by a
validator so we don't necessarily call through to title(). |
views_handler_argument::get_value |
core/modules/views/handlers/views_handler_argument.inc |
Get the value of this argument. |
views_handler_argument::has_default_argument |
core/modules/views/handlers/views_handler_argument.inc |
Determine if the argument is set to provide a default argument. |
views_handler_argument::init |
core/modules/views/handlers/views_handler_argument.inc |
init the handler with necessary data. |
views_handler_argument::is_exception |
core/modules/views/handlers/views_handler_argument.inc |
|
views_handler_argument::needs_style_plugin |
core/modules/views/handlers/views_handler_argument.inc |
Determine if the argument needs a style plugin. |
views_handler_argument::options_form |
core/modules/views/handlers/views_handler_argument.inc |
Build the options form. |
views_handler_argument::options_submit |
core/modules/views/handlers/views_handler_argument.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_argument::options_validate |
core/modules/views/handlers/views_handler_argument.inc |
Validate the options form. |
views_handler_argument::option_definition |
core/modules/views/handlers/views_handler_argument.inc |
Information about options for all kinds of purposes will be held here.
@code
'option_name' => array( |
views_handler_argument::process_summary_arguments |
core/modules/views/handlers/views_handler_argument.inc |
Process the summary arguments for display. |
views_handler_argument::query |
core/modules/views/handlers/views_handler_argument.inc |
Set up the query for this argument. |
views_handler_argument::set_argument |
core/modules/views/handlers/views_handler_argument.inc |
Set the input for this argument |
views_handler_argument::set_breadcrumb |
core/modules/views/handlers/views_handler_argument.inc |
Give an argument the opportunity to modify the breadcrumb, if it wants.
This only gets called on displays where a breadcrumb is actually used. |
views_handler_argument::summary_argument |
core/modules/views/handlers/views_handler_argument.inc |
Provide the argument to use to link from the summary to the next level;
this will be called once per row of a summary, and used as part of
$view->get_url(). |
views_handler_argument::summary_basics |
core/modules/views/handlers/views_handler_argument.inc |
Some basic summary behavior that doesn't need to be repeated as much as
code that goes into summary_query() |
views_handler_argument::summary_name |
core/modules/views/handlers/views_handler_argument.inc |
Provides the name to use for the summary. By default this is just
the name field. |
views_handler_argument::summary_name_field |
core/modules/views/handlers/views_handler_argument.inc |
Add the name field, which is the field displayed in summary queries.
This is often used when the argument is numeric. |
views_handler_argument::summary_query |
core/modules/views/handlers/views_handler_argument.inc |
Build the info for the summary query. |
views_handler_argument::summary_sort |
core/modules/views/handlers/views_handler_argument.inc |
Sorts the summary based upon the user's selection. The base variant of
this is usually adequate. |
views_handler_argument::title |
core/modules/views/handlers/views_handler_argument.inc |
Get the title this argument will assign the view, given the argument. |
views_handler_argument::uses_breadcrumb |
core/modules/views/handlers/views_handler_argument.inc |
Determine if the argument can generate a breadcrumb |
views_handler_argument::validate_arg |
core/modules/views/handlers/views_handler_argument.inc |
Validate that this argument works. By default, all arguments are valid. |
views_handler_argument::validate_argument |
core/modules/views/handlers/views_handler_argument.inc |
Called by the menu system to validate an argument. |
views_handler_argument::validate_argument_basic |
core/modules/views/handlers/views_handler_argument.inc |
Provide a basic argument validation. |
views_handler_argument::validate_fail |
core/modules/views/handlers/views_handler_argument.inc |
How to act if validation fails. |
views_handler_argument_broken::broken |
core/modules/views/handlers/views_handler_argument.inc |
Determine if the handler is considered 'broken' |