views_handler_argument_term_node_tid |
class |
modules/taxonomy/views_handler_argument_term_node_tid.inc |
Allow taxonomy term ID(s) as argument. |
views_handler_argument_term_node_tid.inc |
file |
modules/taxonomy/views_handler_argument_term_node_tid.inc |
|
views_handler_argument_term_node_tid::options_form |
function |
modules/taxonomy/views_handler_argument_term_node_tid.inc |
|
views_handler_argument_term_node_tid::option_definition |
function |
modules/taxonomy/views_handler_argument_term_node_tid.inc |
Information about options for all kinds of purposes will be held here. |
views_handler_argument_term_node_tid::set_breadcrumb |
function |
modules/taxonomy/views_handler_argument_term_node_tid.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_term_node_tid::summary_argument |
function |
modules/taxonomy/views_handler_argument_term_node_tid.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_term_node_tid::title_query |
function |
modules/taxonomy/views_handler_argument_term_node_tid.inc |
Override for specific title lookups. |
views_handler_argument_term_node_tid_depth |
class |
modules/taxonomy/views_handler_argument_term_node_tid_depth.inc |
Argument handler for taxonomy terms with depth. |
views_handler_argument_term_node_tid_depth.inc |
file |
modules/taxonomy/views_handler_argument_term_node_tid_depth.inc |
|
views_handler_argument_term_node_tid_depth::default_actions |
function |
modules/taxonomy/views_handler_argument_term_node_tid_depth.inc |
Override default_actions() to remove summary actions. |
views_handler_argument_term_node_tid_depth::options_form |
function |
modules/taxonomy/views_handler_argument_term_node_tid_depth.inc |
|
views_handler_argument_term_node_tid_depth::option_definition |
function |
modules/taxonomy/views_handler_argument_term_node_tid_depth.inc |
Information about options for all kinds of purposes will be held here. |
views_handler_argument_term_node_tid_depth::query |
function |
modules/taxonomy/views_handler_argument_term_node_tid_depth.inc |
Set up the query for this argument. |
views_handler_argument_term_node_tid_depth::set_breadcrumb |
function |
modules/taxonomy/views_handler_argument_term_node_tid_depth.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_term_node_tid_depth::title |
function |
modules/taxonomy/views_handler_argument_term_node_tid_depth.inc |
Get the title this argument will assign the view, given the argument. |
views_handler_argument_term_node_tid_depth_modifier |
class |
modules/taxonomy/views_handler_argument_term_node_tid_depth_modifier.inc |
Argument handler for to modify depth for a previous term. |
views_handler_argument_term_node_tid_depth_modifier.inc |
file |
modules/taxonomy/views_handler_argument_term_node_tid_depth_modifier.inc |
|
views_handler_argument_term_node_tid_depth_modifier::options_form |
function |
modules/taxonomy/views_handler_argument_term_node_tid_depth_modifier.inc |
|
views_handler_argument_term_node_tid_depth_modifier::pre_query |
function |
modules/taxonomy/views_handler_argument_term_node_tid_depth_modifier.inc |
Run before the view is built. |
views_handler_argument_term_node_tid_depth_modifier::query |
function |
modules/taxonomy/views_handler_argument_term_node_tid_depth_modifier.inc |
Set up the query for this argument. |
views_handler_argument_users_roles_rid |
class |
modules/user/views_handler_argument_users_roles_rid.inc |
Allow role ID(s) as argument. |
views_handler_argument_users_roles_rid.inc |
file |
modules/user/views_handler_argument_users_roles_rid.inc |
|
views_handler_argument_users_roles_rid::title_query |
function |
modules/user/views_handler_argument_users_roles_rid.inc |
Override for specific title lookups. |
views_handler_argument_user_uid |
class |
modules/user/views_handler_argument_user_uid.inc |
Argument handler to accept a user id. |
views_handler_argument_user_uid.inc |
file |
modules/user/views_handler_argument_user_uid.inc |
Provide user uid argument handler. |
views_handler_argument_user_uid::title_query |
function |
modules/user/views_handler_argument_user_uid.inc |
Override the behavior of title(). Get the name of the user. |
views_handler_argument_vocabulary_vid |
class |
modules/taxonomy/views_handler_argument_vocabulary_vid.inc |
Argument handler to accept a vocabulary id. |
views_handler_argument_vocabulary_vid.inc |
file |
modules/taxonomy/views_handler_argument_vocabulary_vid.inc |
|
views_handler_argument_vocabulary_vid::title |
function |
modules/taxonomy/views_handler_argument_vocabulary_vid.inc |
Override the behavior of title(). Get the name of the vocabulary. |
views_plugin_argument_default |
class |
plugins/views_plugin_argument_default.inc |
The fixed argument default handler; also used as the base. |
views_plugin_argument_default.inc |
file |
plugins/views_plugin_argument_default.inc |
Contains the fixed argument default plugin. |
views_plugin_argument_default::access |
function |
plugins/views_plugin_argument_default.inc |
Determine if the administrator has the privileges to use this
plugin |
views_plugin_argument_default::check_access |
function |
plugins/views_plugin_argument_default.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_default::convert_options |
function |
plugins/views_plugin_argument_default.inc |
Convert options from the older style. |
views_plugin_argument_default::get_argument |
function |
plugins/views_plugin_argument_default.inc |
Return the default argument. |
views_plugin_argument_default::init |
function |
plugins/views_plugin_argument_default.inc |
Initialize this plugin with the view and the argument
it is linked to. |
views_plugin_argument_default::options_form |
function |
plugins/views_plugin_argument_default.inc |
Provide the default form for setting options. |
views_plugin_argument_default::options_submit |
function |
plugins/views_plugin_argument_default.inc |
Provide the default form form for submitting options |
views_plugin_argument_default::options_validate |
function |
plugins/views_plugin_argument_default.inc |
Provide the default form form for validating options |
views_plugin_argument_default::option_definition |
function |
plugins/views_plugin_argument_default.inc |
Retrieve the options when this is a new access
control plugin |
views_plugin_argument_default_current_user |
class |
modules/user/views_plugin_argument_default_current_user.inc |
Default argument plugin to extract the global $user |
views_plugin_argument_default_current_user.inc |
file |
modules/user/views_plugin_argument_default_current_user.inc |
Contains the current user argument default plugin. |
views_plugin_argument_default_current_user::get_argument |
function |
modules/user/views_plugin_argument_default_current_user.inc |
Return the default argument. |
views_plugin_argument_default_fixed |
class |
plugins/views_plugin_argument_default_fixed.inc |
The fixed argument default handler. |
views_plugin_argument_default_fixed.inc |
file |
plugins/views_plugin_argument_default_fixed.inc |
Contains the fixed argument default plugin. |
views_plugin_argument_default_fixed::convert_options |
function |
plugins/views_plugin_argument_default_fixed.inc |
Convert options from the older style. |
views_plugin_argument_default_fixed::get_argument |
function |
plugins/views_plugin_argument_default_fixed.inc |
Return the default argument. |
views_plugin_argument_default_fixed::options_form |
function |
plugins/views_plugin_argument_default_fixed.inc |
Provide the default form for setting options. |
views_plugin_argument_default_fixed::option_definition |
function |
plugins/views_plugin_argument_default_fixed.inc |
Retrieve the options when this is a new access
control plugin |
views_plugin_argument_default_node |
class |
modules/node/views_plugin_argument_default_node.inc |
Default argument plugin to extract a node via menu_get_object |