views_plugin_query_default::adjust_join |
function |
modules/views/plugins/views_plugin_query_default.inc |
Fix a join to adhere to the proper relationship; the left table can vary
based upon what relationship items are joined in on. |
views_plugin_display_feed::options_form |
function |
modules/views/plugins/views_plugin_display_feed.inc |
Provide the default form for setting options. |
views_plugin_query_default::ensure_path |
function |
modules/views/plugins/views_plugin_query_default.inc |
Make sure that the specified table can be properly linked to the primary
table in the JOINs. This function uses recursion. If the tables
needed to complete the path back to the primary table are not in the
query they will be added, but additional… |
ViewsPluginStyleTestCase::_testGrouping |
function |
modules/views/tests/styles/views_plugin_style.test |
Tests the grouping features of styles. |
views_plugin_exposed_form::post_execute |
function |
modules/views/plugins/views_plugin_exposed_form.inc |
|
ViewsAccessTest::testStaticAccessPlugin |
function |
modules/views/tests/views_access.test |
Tests static access check. |
views_plugin_query::get_result_entities |
function |
modules/views/plugins/views_plugin_query.inc |
Returns the according entity objects for the given query results. |
views_plugin_row_fields::options_submit |
function |
modules/views/plugins/views_plugin_row_fields.inc |
Perform any necessary changes to the form values prior to storage.
There is no need for this function to actually store the data. |
views_plugin_argument_default_fixed.inc |
file |
modules/views/plugins/views_plugin_argument_default_fixed.inc |
Contains the fixed argument default plugin. |
views_plugin_argument_validate_node.inc |
file |
modules/node/views/views_plugin_argument_validate_node.inc |
Contains the 'node' argument validator plugin. |
views_plugin_style_rss::get_description |
function |
modules/views/plugins/views_plugin_style_rss.inc |
Get RSS feed description. |
views_plugin_display::option_definition |
function |
modules/views/plugins/views_plugin_display.inc |
Information about options for all kinds of purposes will be held here.
@code
'option_name' => array( |
views_plugin_row_node_rss::options_form |
function |
modules/node/views/views_plugin_row_node_rss.inc |
Provide a form for setting options. |
views_plugin_pager::exposed_form_submit |
function |
modules/views/plugins/views_plugin_pager.inc |
|
views_plugin_display::uses_link_display |
function |
modules/views/plugins/views_plugin_display.inc |
Check to see if the display has some need to link to another display. |
views_plugin_exposed_form::options_form |
function |
modules/views/plugins/views_plugin_exposed_form.inc |
Provide a form to edit options for this plugin. |
views_plugin_pager::execute_count_query |
function |
modules/views/plugins/views_plugin_pager.inc |
Execute the count query, which will be done just prior to the query
itself being executed. |
views_plugin_display_page::options_form |
function |
modules/views/plugins/views_plugin_display_page.inc |
Provide the default form for setting options. |
views_plugin_query_default::placeholder |
function |
modules/views/plugins/views_plugin_query_default.inc |
Generates a unique placeholder used in the db query. |
views_plugin_query_default::queue_table |
function |
modules/views/plugins/views_plugin_query_default.inc |
Add a table to the query without ensuring the path. |
views_plugin_query_default::add_groupby |
function |
modules/views/plugins/views_plugin_query_default.inc |
Add a simple GROUP BY clause to the query. The caller is responsible
for ensuring that the fields are fully qualified and the table is properly
added. |
views_plugin_query_default::add_orderby |
function |
modules/views/plugins/views_plugin_query_default.inc |
Add an ORDER BY clause to the query. |
views_plugin_access_role::summary_title |
function |
modules/views/plugins/views_plugin_access_role.inc |
Return a string to display as the clickable title for the
access control. |
views_plugin_argument_validate_user.inc |
file |
modules/user/views/views_plugin_argument_validate_user.inc |
Definition of views_plugin_argument_validate_user. |
views_plugin_display::get_argument_text |
function |
modules/views/plugins/views_plugin_display.inc |
Provide some helpful text for the arguments.
The result should contain of an array with |
views_plugin_argument_default_book_root |
class |
modules/book/views/views_plugin_argument_default_book_root.inc |
Default argument plugin to get the current node's book root. |
views_plugin_access_none::summary_title |
function |
modules/views/plugins/views_plugin_access_none.inc |
Return a string to display as the clickable title for the
access control. |
views_plugin_access_perm::summary_title |
function |
modules/views/plugins/views_plugin_access_perm.inc |
Return a string to display as the clickable title for the
access control. |
views_plugin_pager_full::offset_exposed |
function |
modules/views/plugins/views_plugin_pager_full.inc |
|
views_plugin_row_user_view::options_form |
function |
modules/user/views/views_plugin_row_user_view.inc |
Provide a form for setting options. |
views_plugin_style_jump_menu::render_set |
function |
modules/views/plugins/views_plugin_style_jump_menu.inc |
|
views_plugin_access::get_access_callback |
function |
modules/views/plugins/views_plugin_access.inc |
Determine the access callback and arguments. |
views_plugin_pager_none::use_count_query |
function |
modules/views/plugins/views_plugin_pager_none.inc |
Determine if a pager needs a count query. |
views_plugin_display::accept_attachments |
function |
modules/views/plugins/views_plugin_display.inc |
Can this display accept attachments? |
views_plugin_row_comment_rss::pre_render |
function |
modules/comment/views/views_plugin_row_comment_rss.inc |
Allow the style to do stuff before each row is rendered. |
views_test_plugin_style_test_mapping.inc |
file |
modules/views/tests/views_test/test_plugins/views_test_plugin_style_test_mapping.inc |
Definition of views_test_plugin_style_test_mapping. |
views_plugin_pager_full::get_pager_total |
function |
modules/views/plugins/views_plugin_pager_full.inc |
|
views_plugin_query_default::clear_fields |
function |
modules/views/plugins/views_plugin_query_default.inc |
Remove all fields that may've been added; primarily used for summary
mode where we're changing the query because we didn't get data we needed. |
views_plugin_query_default::ensure_table |
function |
modules/views/plugins/views_plugin_query_default.inc |
Ensure a table exists in the queue; if it already exists it won't
do anything, but if it doesn't it will add the table queue. It will ensure
a path leads back to the relationship table. |
views_plugin_query::get_aggregation_info |
function |
modules/views/plugins/views_plugin_query.inc |
Get aggregation info for group by queries. |
views_plugin_exposed_form_input_required |
class |
modules/views/plugins/views_plugin_exposed_form_input_required.inc |
Exposed form plugin that provides an exposed form with required input. |
views_plugin_style_default::options_form |
function |
modules/views/plugins/views_plugin_style_default.inc |
Provide a form to edit options for this plugin. |
views_plugin_style_summary::options_form |
function |
modules/views/plugins/views_plugin_style_summary.inc |
Provide a form to edit options for this plugin. |
views_plugin_style_mapping::options_form |
function |
modules/views/plugins/views_plugin_style_mapping.inc |
Overrides views_plugin_style::options_form(). |
ViewsAccessTest::testDynamicAccessPlugin |
function |
modules/views/tests/views_access.test |
Tests dynamic access plugin. |
views_plugin_row_node_view::options_form |
function |
modules/node/views/views_plugin_row_node_view.inc |
Provide a form for setting options. |
views_plugin_style_summary_jump_menu.inc |
file |
modules/views/plugins/views_plugin_style_summary_jump_menu.inc |
Contains the default summary style plugin, which displays items in an HTML list. |
views_plugin_display_block::options_form |
function |
modules/views/plugins/views_plugin_display_block.inc |
Provide the default form for setting options. |
views_plugin_row_node_rss::summary_title |
function |
modules/node/views/views_plugin_row_node_rss.inc |
Returns the summary of the settings in the display. |
views_plugin_display::get_special_blocks |
function |
modules/views/plugins/views_plugin_display.inc |
Provide the block system with any exposed widget blocks for this display. |