Search for argument
Title | Object type | File name | Summary |
---|---|---|---|
argument.html | file | help/ |
|
Handlers for arguments | group | handlers/ |
|
view::$argument | property | includes/ |
Stores the argument handlers which are initialized on this view. |
view::set_arguments | function | includes/ |
Set the arguments that come to this view. Usually from the URL but possibly from elsewhere. |
view::_build_arguments | function | includes/ |
Build all the arguments. |
Views' argument default plugins | group | plugins/ |
Allow specialized methods of filling in arguments when they aren't provided. |
Views' argument validate plugins | group | plugins/ |
Allow specialized methods of validating arguments. |
views_handler_argument | class | handlers/ |
Base class for arguments. |
views_handler_argument.inc | file | handlers/ |
|
views_handler_argument::$name_field | property | handlers/ |
|
views_handler_argument::construct | function | handlers/ |
Constructor |
views_handler_argument::default_action | function | handlers/ |
Handle the default action, which means our argument wasn't present. |
views_handler_argument::default_actions | function | handlers/ |
Provide a list of default behaviors for this argument if the argument is not present. |
views_handler_argument::default_argument_form | function | handlers/ |
Provide a form for selecting the default argument when the default action is set to provide default argument. |
views_handler_argument::default_default | function | handlers/ |
This just returns true. The view argument builder will know where to find the argument from. |
views_handler_argument::default_empty | function | handlers/ |
Default action: empty |
views_handler_argument::default_ignore | function | handlers/ |
Default action: ignore. |
views_handler_argument::default_not_found | function | handlers/ |
Default action: not found. |
views_handler_argument::default_summary | function | handlers/ |
Default action: summary. |
views_handler_argument::export_plugin | function | handlers/ |
Special handling for the style export. |
views_handler_argument::export_style | function | handlers/ |
Special handling for the style export. |
views_handler_argument::get_default_argument | function | handlers/ |
Get a default argument, if available. |
views_handler_argument::get_plugin | function | handlers/ |
Get the display or row plugin, if it exists. |
views_handler_argument::get_title | function | handlers/ |
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 | function | handlers/ |
Get the value of this argument. |
views_handler_argument::has_default_argument | function | handlers/ |
Determine if the argument is set to provide a default argument. |
views_handler_argument::init | function | handlers/ |
init the handler with necessary data. |
views_handler_argument::is_wildcard | function | handlers/ |
|
views_handler_argument::needs_style_plugin | function | handlers/ |
Determine if the argument needs a style plugin. |
views_handler_argument::options_form | function | handlers/ |
|
views_handler_argument::options_submit | function | handlers/ |
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 | function | handlers/ |
Validate the options form. |
views_handler_argument::option_definition | function | handlers/ |
Information about options for all kinds of purposes will be held here. |
views_handler_argument::query | function | handlers/ |
Set up the query for this argument. |
views_handler_argument::set_argument | function | handlers/ |
Set the input for this argument |
views_handler_argument::set_breadcrumb | function | handlers/ |
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 | function | handlers/ |
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 | function | handlers/ |
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 | function | handlers/ |
Provides the name to use for the summary. By default this is just the name field. |
views_handler_argument::summary_name_field | function | handlers/ |
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 | function | handlers/ |
Build the info for the summary query. |
views_handler_argument::summary_sort | function | handlers/ |
Sorts the summary based upon the user's selection. The base variant of this is usually adequte. |
views_handler_argument::title | function | handlers/ |
Get the title this argument will assign the view, given the argument. |
views_handler_argument::uses_breadcrumb | function | handlers/ |
Determine if the argument can generate a breadcrumb |
views_handler_argument::validate_arg | function | handlers/ |
Validate that this argument works. By default, all arguments are valid. |
views_handler_argument::validate_argument | function | handlers/ |
Called by the menu system to validate an argument. |
views_handler_argument::validate_argument_basic | function | handlers/ |
Provide a basic argument validation. |
views_handler_argument::validate_fail | function | handlers/ |
How to act if validation failes |
views_handler_argument::wildcard_title | function | handlers/ |
|
views_handler_argument_aggregator_category_cid | class | modules/ |
Argument handler to accept an aggregator category id. |
Pagination
- Page 1
- Next page