views_handler_argument_node_nid.inc |
file |
modules/node/views_handler_argument_node_nid.inc |
Provide node nid argument handler. |
views_handler_argument_node_nid::title_query |
function |
modules/node/views_handler_argument_node_nid.inc |
Override the behavior of title(). Get the title of the node. |
views_handler_argument_node_tnid |
class |
modules/translation/views_handler_argument_node_tnid.inc |
Argument handler to accept a node translation id. |
views_handler_argument_node_tnid.inc |
file |
modules/translation/views_handler_argument_node_tnid.inc |
Provide node tnid argument handler. |
views_handler_argument_node_tnid::title_query |
function |
modules/translation/views_handler_argument_node_tnid.inc |
Override the behavior of title(). Get the title of the node. |
views_handler_argument_node_type |
class |
modules/node/views_handler_argument_node_type.inc |
Argument handler to accept a node type. |
views_handler_argument_node_type.inc |
file |
modules/node/views_handler_argument_node_type.inc |
|
views_handler_argument_node_type::construct |
function |
modules/node/views_handler_argument_node_type.inc |
Constructor |
views_handler_argument_node_type::node_type |
function |
modules/node/views_handler_argument_node_type.inc |
|
views_handler_argument_node_type::summary_name |
function |
modules/node/views_handler_argument_node_type.inc |
Override the behavior of summary_name(). Get the user friendly version
of the node type. |
views_handler_argument_node_type::title |
function |
modules/node/views_handler_argument_node_type.inc |
Override the behavior of title(). Get the user friendly version of the
node type. |
views_handler_argument_node_uid_revision |
class |
modules/node/views_handler_argument_node_uid_revision.inc |
Filter handler to accept a user id to check for nodes that
user posted or created a revision on. |
views_handler_argument_node_uid_revision.inc |
file |
modules/node/views_handler_argument_node_uid_revision.inc |
|
views_handler_argument_node_uid_revision::query |
function |
modules/node/views_handler_argument_node_uid_revision.inc |
Set up the query for this argument. |
views_handler_argument_node_vid |
class |
modules/node/views_handler_argument_node_vid.inc |
Argument handler to accept a node revision id. |
views_handler_argument_node_vid.inc |
file |
modules/node/views_handler_argument_node_vid.inc |
Provide node vid argument handler. |
views_handler_argument_node_vid::title_query |
function |
modules/node/views_handler_argument_node_vid.inc |
Override the behavior of title(). Get the title of the revision. |
views_handler_argument_null |
class |
handlers/views_handler_argument_null.inc |
Argument handler that ignores the argument. |
views_handler_argument_null.inc |
file |
handlers/views_handler_argument_null.inc |
|
views_handler_argument_null::default_actions |
function |
handlers/views_handler_argument_null.inc |
Override default_actions() to remove actions that don't
make sense for a null argument. |
views_handler_argument_null::options_form |
function |
handlers/views_handler_argument_null.inc |
Override options_form() so that only the relevant options
are displayed to the user. |
views_handler_argument_null::option_definition |
function |
handlers/views_handler_argument_null.inc |
Information about options for all kinds of purposes will be held here. |
views_handler_argument_null::query |
function |
handlers/views_handler_argument_null.inc |
Override the behavior of query() to prevent the query
from being changed in any way. |
views_handler_argument_null::validate_argument_basic |
function |
handlers/views_handler_argument_null.inc |
Provide a basic argument validation. |
views_handler_argument_numeric |
class |
handlers/views_handler_argument_numeric.inc |
Basic argument handler for arguments that are numeric. Incorporates
break_phrase. |
views_handler_argument_numeric.inc |
file |
handlers/views_handler_argument_numeric.inc |
Contains the numeric argument handler. |
views_handler_argument_numeric::options_form |
function |
handlers/views_handler_argument_numeric.inc |
|
views_handler_argument_numeric::option_definition |
function |
handlers/views_handler_argument_numeric.inc |
Information about options for all kinds of purposes will be held here. |
views_handler_argument_numeric::query |
function |
handlers/views_handler_argument_numeric.inc |
Set up the query for this argument. |
views_handler_argument_numeric::title |
function |
handlers/views_handler_argument_numeric.inc |
Get the title this argument will assign the view, given the argument. |
views_handler_argument_numeric::title_query |
function |
handlers/views_handler_argument_numeric.inc |
Override for specific title lookups. |
views_handler_argument_search |
class |
modules/search/views_handler_argument_search.inc |
Argument that accepts query keys for search. |
views_handler_argument_search.inc |
file |
modules/search/views_handler_argument_search.inc |
|
views_handler_argument_search::query |
function |
modules/search/views_handler_argument_search.inc |
Add this argument to the query. |
views_handler_argument_string |
class |
handlers/views_handler_argument_string.inc |
Basic argument handler to implement string arguments that may have length
limits. |
views_handler_argument_string.inc |
file |
handlers/views_handler_argument_string.inc |
|
views_handler_argument_string::case_transform |
function |
handlers/views_handler_argument_string.inc |
|
views_handler_argument_string::get_formula |
function |
handlers/views_handler_argument_string.inc |
Get the formula for this argument. |
views_handler_argument_string::init |
function |
handlers/views_handler_argument_string.inc |
init the handler with necessary data. |
views_handler_argument_string::options_form |
function |
handlers/views_handler_argument_string.inc |
|
views_handler_argument_string::option_definition |
function |
handlers/views_handler_argument_string.inc |
Information about options for all kinds of purposes will be held here. |
views_handler_argument_string::query |
function |
handlers/views_handler_argument_string.inc |
Build the query based upon the formula |
views_handler_argument_string::summary_argument |
function |
handlers/views_handler_argument_string.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_string::summary_name |
function |
handlers/views_handler_argument_string.inc |
Provides the name to use for the summary. By default this is just
the name field. |
views_handler_argument_string::summary_query |
function |
handlers/views_handler_argument_string.inc |
Build the summary query based on a string |
views_handler_argument_string::title |
function |
handlers/views_handler_argument_string.inc |
Get the title this argument will assign the view, given the argument. |
views_handler_argument_string::title_query |
function |
handlers/views_handler_argument_string.inc |
Override for specific title lookups. |
views_handler_argument_taxonomy |
class |
modules/taxonomy/views_handler_argument_taxonomy.inc |
Argument handler for basic taxonomy tid. |
views_handler_argument_taxonomy.inc |
file |
modules/taxonomy/views_handler_argument_taxonomy.inc |
|
views_handler_argument_taxonomy::title |
function |
modules/taxonomy/views_handler_argument_taxonomy.inc |
Override the behavior of title(). Get the title of the node. |