Search for argument

  1. Search 7.x-3.x for argument
  2. Other projects
Title Object type File name Summary
views_plugin_argument_default_node.inc file modules/node/views_plugin_argument_default_node.inc Contains the node from URL argument default plugin.
views_plugin_argument_default_node::get_argument function modules/node/views_plugin_argument_default_node.inc Return the default argument.
views_plugin_argument_default_php class plugins/views_plugin_argument_default_php.inc Default argument plugin to provide a PHP code block.
views_plugin_argument_default_php.inc file plugins/views_plugin_argument_default_php.inc Contains the php code argument default plugin.
views_plugin_argument_default_php::access function plugins/views_plugin_argument_default_php.inc Only let users with PHP block visibility permissions set/modify this
default plugin.
views_plugin_argument_default_php::convert_options function plugins/views_plugin_argument_default_php.inc Convert options from the older style.
views_plugin_argument_default_php::get_argument function plugins/views_plugin_argument_default_php.inc Return the default argument.
views_plugin_argument_default_php::options_form function plugins/views_plugin_argument_default_php.inc Provide the default form for setting options.
views_plugin_argument_default_php::option_definition function plugins/views_plugin_argument_default_php.inc Retrieve the options when this is a new access
control plugin
views_plugin_argument_default_raw class plugins/views_plugin_argument_default_raw.inc Default argument plugin to use the raw value from the URL.
views_plugin_argument_default_raw.inc file plugins/views_plugin_argument_default_raw.inc Contains the raw value argument default plugin.
views_plugin_argument_default_raw::get_argument function plugins/views_plugin_argument_default_raw.inc Return the default argument.
views_plugin_argument_default_raw::options_form function plugins/views_plugin_argument_default_raw.inc Provide the default form for setting options.
views_plugin_argument_default_raw::option_definition function plugins/views_plugin_argument_default_raw.inc Retrieve the options when this is a new access
control plugin
views_plugin_argument_default_taxonomy_tid class modules/taxonomy/views_plugin_argument_default_taxonomy_tid.inc @file
Taxonomy tid default argument.
views_plugin_argument_default_taxonomy_tid.inc file modules/taxonomy/views_plugin_argument_default_taxonomy_tid.inc Taxonomy tid default argument.
views_plugin_argument_default_taxonomy_tid::convert_options function modules/taxonomy/views_plugin_argument_default_taxonomy_tid.inc Convert options from the older style.
views_plugin_argument_default_taxonomy_tid::get_argument function modules/taxonomy/views_plugin_argument_default_taxonomy_tid.inc Return the default argument.
views_plugin_argument_default_taxonomy_tid::options_form function modules/taxonomy/views_plugin_argument_default_taxonomy_tid.inc Provide the default form for setting options.
views_plugin_argument_default_taxonomy_tid::options_submit function modules/taxonomy/views_plugin_argument_default_taxonomy_tid.inc Provide the default form form for submitting options
views_plugin_argument_default_taxonomy_tid::option_definition function modules/taxonomy/views_plugin_argument_default_taxonomy_tid.inc Retrieve the options when this is a new access
control plugin
views_plugin_argument_default_user class modules/user/views_plugin_argument_default_user.inc Default argument plugin to extract a user via menu_get_object
views_plugin_argument_default_user.inc file modules/user/views_plugin_argument_default_user.inc Contains the user from URL argument default plugin.
views_plugin_argument_default_user::convert_options function modules/user/views_plugin_argument_default_user.inc Convert options from the older style.
views_plugin_argument_default_user::get_argument function modules/user/views_plugin_argument_default_user.inc Return the default argument.
views_plugin_argument_default_user::options_form function modules/user/views_plugin_argument_default_user.inc Provide the default form for setting options.
views_plugin_argument_default_user::option_definition function modules/user/views_plugin_argument_default_user.inc Retrieve the options when this is a new access
control plugin
views_plugin_argument_validate class plugins/views_plugin_argument_validate.inc Base argument validator plugin to provide basic functionality.
views_plugin_argument_validate.inc file plugins/views_plugin_argument_validate.inc Contains the base argument validator plugin.
views_plugin_argument_validate::access function plugins/views_plugin_argument_validate.inc Determine if the administrator has the privileges to use this plugin
views_plugin_argument_validate::check_access function plugins/views_plugin_argument_validate.inc If we don't have access to the form but are showing it anyway, ensure that
the form is safe and cannot be changed from user input.
views_plugin_argument_validate::convert_options function plugins/views_plugin_argument_validate.inc Convert options from the older style.
views_plugin_argument_validate::init function plugins/views_plugin_argument_validate.inc Initialize this plugin with the view and the argument
it is linked to.
views_plugin_argument_validate::options_form function plugins/views_plugin_argument_validate.inc Provide the default form for setting options.
views_plugin_argument_validate::options_submit function plugins/views_plugin_argument_validate.inc Provide the default form form for submitting options
views_plugin_argument_validate::options_validate function plugins/views_plugin_argument_validate.inc Provide the default form form for validating options
views_plugin_argument_validate::option_definition function plugins/views_plugin_argument_validate.inc Retrieve the options when this is a new access
control plugin
views_plugin_argument_validate::validate_argument function plugins/views_plugin_argument_validate.inc
views_plugin_argument_validate_node class modules/node/views_plugin_argument_validate_node.inc Validate whether an argument is an acceptable node.
views_plugin_argument_validate_node.inc file modules/node/views_plugin_argument_validate_node.inc Contains the 'node' argument validator plugin.
views_plugin_argument_validate_node::convert_options function modules/node/views_plugin_argument_validate_node.inc Convert options from the older style.
views_plugin_argument_validate_node::options_form function modules/node/views_plugin_argument_validate_node.inc Provide the default form for setting options.
views_plugin_argument_validate_node::options_submit function modules/node/views_plugin_argument_validate_node.inc Provide the default form form for submitting options
views_plugin_argument_validate_node::option_definition function modules/node/views_plugin_argument_validate_node.inc Retrieve the options when this is a new access
control plugin
views_plugin_argument_validate_node::validate_argument function modules/node/views_plugin_argument_validate_node.inc
views_plugin_argument_validate_numeric class plugins/views_plugin_argument_validate_numeric.inc Validate whether an argument is numeric or not.
views_plugin_argument_validate_numeric.inc file plugins/views_plugin_argument_validate_numeric.inc Contains the numeric argument validator plugin.
views_plugin_argument_validate_numeric::validate_argument function plugins/views_plugin_argument_validate_numeric.inc
views_plugin_argument_validate_php class plugins/views_plugin_argument_validate_php.inc Provide PHP code to validate whether or not an argument is ok.
views_plugin_argument_validate_php.inc file plugins/views_plugin_argument_validate_php.inc Contains the php code argument validator plugin.