views_plugin_pager_none::execute_count_query |
function |
modules/views/plugins/views_plugin_pager_none.inc |
Execute the count query, which will be done just prior to the query
itself being executed. |
views_plugin_display_block::displays_exposed |
function |
modules/views/plugins/views_plugin_display_block.inc |
Determine if this display should display the exposed filters widgets, so
the view will know whether or not to render them. |
views_plugin_exposed_form_input_required.inc |
file |
modules/views/plugins/views_plugin_exposed_form_input_required.inc |
Definition of views_plugin_exposed_form_input_required. |
views_plugin_display_feed::uses_link_display |
function |
modules/views/plugins/views_plugin_display_feed.inc |
Check to see if the display has some need to link to another display. |
views_plugin_display_feed::option_definition |
function |
modules/views/plugins/views_plugin_display_feed.inc |
Information about options for all kinds of purposes will be held here.
@code
'option_name' => array( |
views_plugin_style_summary_jump_menu::render |
function |
modules/views/plugins/views_plugin_style_summary_jump_menu.inc |
Render the display in this style. |
views_plugin_style_rss::get_channel_elements |
function |
modules/views/plugins/views_plugin_style_rss.inc |
Return an array of additional XHTML elements to add to the channel. |
views_plugin_argument_validate::options_form |
function |
modules/views/plugins/views_plugin_argument_validate.inc |
Provide the default form for setting options. |
ViewsPluginStyleTestCase::testGroupingLegacy |
function |
modules/views/tests/styles/views_plugin_style.test |
Tests the grouping legacy features of styles. |
views_plugin_argument_validate::check_access |
function |
modules/views/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_row_node_rss::option_definition |
function |
modules/node/views/views_plugin_row_node_rss.inc |
Information about options for all kinds of purposes will be held here.
@code
'option_name' => array( |
views_plugin_row_comment_view::summary_title |
function |
modules/comment/views/views_plugin_row_comment_view.inc |
Returns the summary of the settings in the display. |
views_plugin_argument_validate_taxonomy_term |
class |
modules/taxonomy/views/views_plugin_argument_validate_taxonomy_term.inc |
Validate whether an argument is an acceptable node. |
views_test_plugin_access_test_static::access |
function |
modules/views/tests/views_test/test_plugins/views_test_plugin_access_test_static.inc |
Determine if the current user has access or not. |
views_plugin_query_default::add_relationship |
function |
modules/views/plugins/views_plugin_query_default.inc |
A relationship is an alternative endpoint to a series of table
joins. Relationships must be aliases of the primary table and
they must join either to the primary table or to a pre-existing
relationship. |
ViewsPluginDisplayBlockTestCase::$admin_user |
property |
modules/views/tests/plugins/views_plugin_display_block.test |
|
views_plugin_exposed_form::option_definition |
function |
modules/views/plugins/views_plugin_exposed_form.inc |
Information about options for all kinds of purposes will be held here.
@code
'option_name' => array( |
views_plugin_display_page::get_argument_text |
function |
modules/views/plugins/views_plugin_display_page.inc |
Provide some helpful text for the arguments.
The result should contain of an array with |
views_plugin_display_attachment::uses_exposed |
function |
modules/views/plugins/views_plugin_display_attachment.inc |
Attachment displays only use exposed widgets if
they are set to inherit the exposed filter settings
of their parent display. |
views_plugin_display_block::option_definition |
function |
modules/views/plugins/views_plugin_display_block.inc |
Information about options for all kinds of purposes will be held here.
@code
'option_name' => array( |
views_plugin_style_mapping::option_definition |
function |
modules/views/plugins/views_plugin_style_mapping.inc |
Overrides views_plugin_style::option_definition(). |
views_plugin_access_perm::get_access_callback |
function |
modules/views/plugins/views_plugin_access_perm.inc |
Determine the access callback and arguments. |
views_plugin_display_attachment::options_form |
function |
modules/views/plugins/views_plugin_display_attachment.inc |
Provide the default form for setting options. |
views_test_plugin_access_test_dynamic::access |
function |
modules/views/tests/views_test/test_plugins/views_test_plugin_access_test_dynamic.inc |
Determine if the current user has access or not. |
views_plugin_query_default::option_definition |
function |
modules/views/plugins/views_plugin_query_default.inc |
Information about options for all kinds of purposes will be held here.
@code
'option_name' => array( |
views_plugin_display_attachment::render_pager |
function |
modules/views/plugins/views_plugin_display_attachment.inc |
Not all display plugins will suppert pager rendering. |
views_plugin_style_summary::option_definition |
function |
modules/views/plugins/views_plugin_style_summary.inc |
Information about options for all kinds of purposes will be held here.
@code
'option_name' => array( |
views_plugin_display_extender::options_submit |
function |
modules/views/plugins/views_plugin_display_extender.inc |
Handle any special handling on the validate form. |
views_plugin_argument_default::options_submit |
function |
modules/views/plugins/views_plugin_argument_default.inc |
Provide the default form form for submitting options |
views_plugin_exposed_form::exposed_form_alter |
function |
modules/views/plugins/views_plugin_exposed_form.inc |
|
ViewsPluginStyleJumpMenuTest::getJumpMenuView |
function |
modules/views/tests/styles/views_plugin_style_jump_menu.test |
|
views_plugin_row_user_view::option_definition |
function |
modules/user/views/views_plugin_row_user_view.inc |
Information about options for all kinds of purposes will be held here.
@code
'option_name' => array( |
views_plugin_row_node_view::option_definition |
function |
modules/node/views/views_plugin_row_node_view.inc |
Information about options for all kinds of purposes will be held here.
@code
'option_name' => array( |
ViewsPluginStyleMappingTest::testMappedOutput |
function |
modules/views/tests/styles/views_plugin_style_mapping.test |
Verifies that the fields were mapped correctly. |
views_plugin_access_role::get_access_callback |
function |
modules/views/plugins/views_plugin_access_role.inc |
Determine the access callback and arguments. |
views_plugin_display_extender::options_summary |
function |
modules/views/plugins/views_plugin_display_extender.inc |
Provide the default summary for options in the views UI. |
ViewsPluginStyleTestCase::testCustomRowClasses |
function |
modules/views/tests/styles/views_plugin_style.test |
Tests custom css classes. |
views_plugin_argument_default::convert_options |
function |
modules/views/plugins/views_plugin_argument_default.inc |
Convert options from the older style. |
views_plugin_row_rss_fields::option_definition |
function |
modules/views/plugins/views_plugin_row_rss_fields.inc |
Information about options for all kinds of purposes will be held here.
@code
'option_name' => array( |
ViewsPluginDisplayBlockTestCase::$test_content |
property |
modules/views/tests/plugins/views_plugin_display_block.test |
|
views_plugin_pager_full::exposed_form_validate |
function |
modules/views/plugins/views_plugin_pager_full.inc |
|
views_plugin_argument_default_taxonomy_tid.inc |
file |
modules/taxonomy/views/views_plugin_argument_default_taxonomy_tid.inc |
Definition of views_plugin_argument_default_taxonomy_tid. |
views_plugin_localization_test::$exportStrings |
property |
modules/views/tests/views_plugin_localization_test.inc |
|
views_plugin_display_block::get_argument_input |
function |
modules/views/plugins/views_plugin_display_block.inc |
Adjust the array of argument input to match the current list of
arguments available for this display. This ensures that changing
the arguments doesn't cause the argument input field to just
break. |
views_plugin_argument_validate::options_submit |
function |
modules/views/plugins/views_plugin_argument_validate.inc |
Provide the default form form for submitting options |
views_plugin_exposed_form::render_exposed_form |
function |
modules/views/plugins/views_plugin_exposed_form.inc |
Render the exposed filter form. |
views_plugin_argument_default_current_user.inc |
file |
modules/user/views/views_plugin_argument_default_current_user.inc |
Contains the current user argument default plugin. |
views_plugin_exposed_form::exposed_form_submit |
function |
modules/views/plugins/views_plugin_exposed_form.inc |
This function is executed when exposed form is submited. |
views_plugin_argument_default_raw::options_form |
function |
modules/views/plugins/views_plugin_argument_default_raw.inc |
Provide the default form for setting options. |
views_plugin_argument_default_php::get_argument |
function |
modules/views/plugins/views_plugin_argument_default_php.inc |
Return the default argument. |