views_plugin_argument_default |
class |
core/modules/views/plugins/views_plugin_argument_default.inc |
The fixed argument default handler; also used as the base. |
views_plugin_display::get_url |
function |
core/modules/views/plugins/views_plugin_display.inc |
|
views_plugin_pager::use_pager |
function |
core/modules/views/plugins/views_plugin_pager.inc |
Determine if this pager actually uses a pager. |
views_plugin_display::execute |
function |
core/modules/views/plugins/views_plugin_display.inc |
When used externally, this is how a view gets run and returns
data in the format required. |
views_plugin_display::preview |
function |
core/modules/views/plugins/views_plugin_display.inc |
Fully render the display for the purposes of a live preview or
some other AJAXy reason. |
views_plugin_pager_none::init |
function |
core/modules/views/plugins/views_plugin_pager_none.inc |
Initialize the plugin. |
views_plugin_row_node_rss.inc |
file |
core/modules/node/views/views_plugin_row_node_rss.inc |
Contains the node RSS row style plugin. |
entityreference_views_plugins |
function |
core/modules/entityreference/views/entityreference.views.inc |
Implements hook_views_plugins(). |
ViewsAccessTest::viewsPlugins |
function |
core/modules/views/tests/views_access.test |
|
views_plugin_row_comment_view |
class |
core/modules/comment/views/views_plugin_row_comment_view.inc |
Plugin which performs a comment_view on the resulting object. |
views_plugin_cache::cache_set |
function |
core/modules/views/plugins/views_plugin_cache.inc |
Save data to the cache. |
views_plugin_cache::cache_get |
function |
core/modules/views/plugins/views_plugin_cache.inc |
Retrieve data from the cache. |
views_plugin_display_feed.inc |
file |
core/modules/views/plugins/views_plugin_display_feed.inc |
Contains the feed display plugin. |
views_plugin_display_page.inc |
file |
core/modules/views/plugins/views_plugin_display_page.inc |
Contains the page display plugin. |
views_plugin_exposed_form.inc |
file |
core/modules/views/plugins/views_plugin_exposed_form.inc |
Definition of views_plugin_exposed_form. |
views_plugin_row::uses_fields |
function |
core/modules/views/plugins/views_plugin_row.inc |
|
views_plugin_localization.inc |
file |
core/modules/views/plugins/views_plugin_localization.inc |
Definition of views_plugin_localization. |
views_get_localization_plugin |
function |
core/modules/views/views.module |
Load the current enabled localization plugin. |
views_plugin::options_validate |
function |
core/modules/views/includes/plugin.inc |
Validate the options form. |
views_plugin_localization_test |
class |
core/modules/views/tests/views_plugin_localization_test.inc |
A stump localisation plugin which has static variables to cache the input. |
views_plugin_pager_full::query |
function |
core/modules/views/plugins/views_plugin_pager_full.inc |
Modify the query for paging |
views_plugin_style::even_empty |
function |
core/modules/views/plugins/views_plugin_style.inc |
Should the output of the style plugin be rendered even if it's a empty view. |
views_plugin_style::build_sort |
function |
core/modules/views/plugins/views_plugin_style.inc |
Called by the view builder to see if this style handler wants to
interfere with the sorts. If so it should build; if it returns
any non-TRUE value, normal sorting will NOT be added to the query. |
views_plugin_style::pre_render |
function |
core/modules/views/plugins/views_plugin_style.inc |
Allow the style to do stuff before each row is rendered. |
views_plugin_query::set_offset |
function |
core/modules/views/plugins/views_plugin_query.inc |
Set an OFFSET on the query, specifying a number of results to skip |
date_views_plugin_pager::query |
function |
core/modules/date/views/date_views_plugin_pager.inc |
Transfer date information from the argument to the view. |
views_plugin_display::use_ajax |
function |
core/modules/views/plugins/views_plugin_display.inc |
Does the display use AJAX? |
Views argument default plugins |
group |
core/modules/views/plugins/views_plugin_argument_default.inc |
Allow specialized methods of filling in arguments when they aren't provided. |
views_plugin_display::use_more |
function |
core/modules/views/plugins/views_plugin_display.inc |
Does the display have a more link enabled? |
views_plugin_display::has_path |
function |
core/modules/views/plugins/views_plugin_display.inc |
Check to see if the display has a 'path' field. |
views_plugin_display::get_path |
function |
core/modules/views/plugins/views_plugin_display.inc |
Return the base path to use for this display. |
views_plugin_pager::get_offset |
function |
core/modules/views/plugins/views_plugin_pager.inc |
Get the page offset, or how many items to skip. |
views_plugin_pager::set_offset |
function |
core/modules/views/plugins/views_plugin_pager.inc |
Set the page offset, or how many items to skip. |
views_plugin_row_user_view.inc |
file |
core/modules/user/views/views_plugin_row_user_view.inc |
Contains the user view row plugin. |
views_plugin_pager::pre_render |
function |
core/modules/views/plugins/views_plugin_pager.inc |
Perform any needed actions just before rendering. |
entityreference_plugin_display |
class |
core/modules/entityreference/views/entityreference_plugin_display.inc |
@file
Handler for entityreference_plugin_display. |
views_plugin_display::validate |
function |
core/modules/views/plugins/views_plugin_display.inc |
Make sure the display and all associated handlers are valid. |
views_plugin_row_node_view.inc |
file |
core/modules/node/views/views_plugin_row_node_view.inc |
Contains the node view row style plugin. |
views_plugin_pager_none::query |
function |
core/modules/views/plugins/views_plugin_pager_none.inc |
Modify the query for paging |
views_plugin_pager_some::query |
function |
core/modules/views/plugins/views_plugin_pager_some.inc |
Modify the query for paging |
views_plugin_display_block.inc |
file |
core/modules/views/plugins/views_plugin_display_block.inc |
Contains the block display plugin. |
views_plugin_display_embed.inc |
file |
core/modules/views/plugins/views_plugin_display_embed.inc |
Contains the embed display plugin. |
views_plugin_style_rss::render |
function |
core/modules/views/plugins/views_plugin_style_rss.inc |
Render the display in this style. |
views_plugin_query_default.inc |
file |
core/modules/views/plugins/views_plugin_query_default.inc |
Defines the default query object. |
views_plugin_style_default.inc |
file |
core/modules/views/plugins/views_plugin_style_default.inc |
Contains the default style plugin. |
views_plugin_row::options_form |
function |
core/modules/views/plugins/views_plugin_row.inc |
Provide a form for setting options. |
views_plugin_style_mapping.inc |
file |
core/modules/views/plugins/views_plugin_style_mapping.inc |
Definition of views_plugin_style_mapping. |
views_plugin_style_summary.inc |
file |
core/modules/views/plugins/views_plugin_style_summary.inc |
Contains the default summary style plugin, which displays items in an HTML list. |
views_plugin_argument_validate |
class |
core/modules/views/plugins/views_plugin_argument_validate.inc |
Base argument validator plugin to provide basic functionality. |
views_plugin_localization_none |
class |
core/modules/views/plugins/views_plugin_localization_none.inc |
Localization plugin for no localization. |