You are here

8 calls to views_handler_argument::get_plugin() in Views (for Drupal 7) 6.3

views_handler_argument::default_argument_form in 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::export_plugin in handlers/views_handler_argument.inc
Special handling for the style export.
views_handler_argument::get_default_argument in handlers/views_handler_argument.inc
Get a default argument, if available.
views_handler_argument::options_form in handlers/views_handler_argument.inc
views_handler_argument::options_submit in 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 in handlers/views_handler_argument.inc
Validate the options form.
views_handler_argument::validate_arg in handlers/views_handler_argument.inc
Validate that this argument works. By default, all arguments are valid.
views_handler_argument_date::export_plugin in handlers/views_handler_argument_date.inc
The date handler provides some default argument types, which aren't argument default plugins, so addapt the export mechanism.