views_plugin_query_default::queue_table |
core/modules/views/plugins/views_plugin_query_default.inc |
Add a table to the query without ensuring the path. |
views_plugin_query_default::set_count_field |
core/modules/views/plugins/views_plugin_query_default.inc |
Set what field the query will count() on for paging. |
views_plugin_query_default::set_distinct |
core/modules/views/plugins/views_plugin_query_default.inc |
Set the view to be distinct. |
views_plugin_query_default::set_header |
core/modules/views/plugins/views_plugin_query_default.inc |
Set the table header; used for click-sorting because it's needed
info to modify the ORDER BY clause. |
views_plugin_row::init |
core/modules/views/plugins/views_plugin_row.inc |
Initialize the row plugin. |
views_plugin_row::options_form |
core/modules/views/plugins/views_plugin_row.inc |
Provide a form for setting options. |
views_plugin_row::options_submit |
core/modules/views/plugins/views_plugin_row.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_row::options_validate |
core/modules/views/plugins/views_plugin_row.inc |
Validate the options form. |
views_plugin_row::option_definition |
core/modules/views/plugins/views_plugin_row.inc |
Information about options for all kinds of purposes will be held here.
@code
'option_name' => array( |
views_plugin_row::pre_render |
core/modules/views/plugins/views_plugin_row.inc |
Allow the style to do stuff before each row is rendered. |
views_plugin_row::query |
core/modules/views/plugins/views_plugin_row.inc |
Add anything to the query that we might need to. |
views_plugin_row::render |
core/modules/views/plugins/views_plugin_row.inc |
Render a row object. This usually passes through to a theme template
of some form, but not always. |
views_plugin_row::uses_fields |
core/modules/views/plugins/views_plugin_row.inc |
|
views_plugin_row_comment_rss::options_form |
core/modules/comment/views/views_plugin_row_comment_rss.inc |
Provide a form for setting options. |
views_plugin_row_comment_rss::options_form_summary_options |
core/modules/comment/views/views_plugin_row_comment_rss.inc |
Return the main options, which are shown in the summary title |
views_plugin_row_comment_rss::option_definition |
core/modules/comment/views/views_plugin_row_comment_rss.inc |
Information about options for all kinds of purposes will be held here.
@code
'option_name' => array( |
views_plugin_row_comment_rss::pre_render |
core/modules/comment/views/views_plugin_row_comment_rss.inc |
Allow the style to do stuff before each row is rendered. |
views_plugin_row_comment_rss::render |
core/modules/comment/views/views_plugin_row_comment_rss.inc |
Render a row object. This usually passes through to a theme template
of some form, but not always. |
views_plugin_row_comment_view::options_form |
core/modules/comment/views/views_plugin_row_comment_view.inc |
Provide a form for setting options. |
views_plugin_row_comment_view::options_form_summary_options |
core/modules/comment/views/views_plugin_row_comment_view.inc |
Return the main options, which are shown in the summary title. |
views_plugin_row_comment_view::option_definition |
core/modules/comment/views/views_plugin_row_comment_view.inc |
Information about options for all kinds of purposes will be held here.
@code
'option_name' => array( |
views_plugin_row_comment_view::pre_render |
core/modules/comment/views/views_plugin_row_comment_view.inc |
Allow the style to do stuff before each row is rendered. |
views_plugin_row_comment_view::summary_title |
core/modules/comment/views/views_plugin_row_comment_view.inc |
Returns the summary of the settings in the display. |
views_plugin_row_fields::options_form |
core/modules/views/plugins/views_plugin_row_fields.inc |
Provide a form for setting options. |
views_plugin_row_fields::options_submit |
core/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_row_fields::option_definition |
core/modules/views/plugins/views_plugin_row_fields.inc |
Information about options for all kinds of purposes will be held here.
@code
'option_name' => array( |
views_plugin_row_node_rss::init |
core/modules/node/views/views_plugin_row_node_rss.inc |
Override init function to convert fulltext view-mode to full. |
views_plugin_row_node_rss::options_form |
core/modules/node/views/views_plugin_row_node_rss.inc |
Provide a form for setting options. |
views_plugin_row_node_rss::options_form_summary_options |
core/modules/node/views/views_plugin_row_node_rss.inc |
Return the main options, which are shown in the summary title. |
views_plugin_row_node_rss::option_definition |
core/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_node_rss::pre_render |
core/modules/node/views/views_plugin_row_node_rss.inc |
Allow the style to do stuff before each row is rendered. |
views_plugin_row_node_rss::render |
core/modules/node/views/views_plugin_row_node_rss.inc |
Render a row object. This usually passes through to a theme template
of some form, but not always. |
views_plugin_row_node_rss::summary_title |
core/modules/node/views/views_plugin_row_node_rss.inc |
Returns the summary of the settings in the display. |
views_plugin_row_node_view::init |
core/modules/node/views/views_plugin_row_node_view.inc |
Initialize the row plugin. |
views_plugin_row_node_view::options_form |
core/modules/node/views/views_plugin_row_node_view.inc |
Provide a form for setting options. |
views_plugin_row_node_view::options_form_summary_options |
core/modules/node/views/views_plugin_row_node_view.inc |
Return the main options, which are shown in the summary title. |
views_plugin_row_node_view::option_definition |
core/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( |
views_plugin_row_node_view::pre_render |
core/modules/node/views/views_plugin_row_node_view.inc |
Allow the style to do stuff before each row is rendered. |
views_plugin_row_node_view::render |
core/modules/node/views/views_plugin_row_node_view.inc |
Render a row object. This usually passes through to a theme template
of some form, but not always. |
views_plugin_row_node_view::summary_title |
core/modules/node/views/views_plugin_row_node_view.inc |
Returns the summary of the settings in the display. |
views_plugin_row_rss_fields::get_field |
core/modules/views/plugins/views_plugin_row_rss_fields.inc |
Retrieves a views field value from the style plugin. |
views_plugin_row_rss_fields::options_form |
core/modules/views/plugins/views_plugin_row_rss_fields.inc |
Provide a form for setting options. |
views_plugin_row_rss_fields::option_definition |
core/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( |
views_plugin_row_rss_fields::render |
core/modules/views/plugins/views_plugin_row_rss_fields.inc |
Render a row object. This usually passes through to a theme template
of some form, but not always. |
views_plugin_row_rss_fields::validate |
core/modules/views/plugins/views_plugin_row_rss_fields.inc |
Validate that the plugin is correct and can be saved. |
views_plugin_row_search_view::options_form |
core/modules/search/views/views_plugin_row_search_view.inc |
Provide a form for setting options. |
views_plugin_row_search_view::option_definition |
core/modules/search/views/views_plugin_row_search_view.inc |
Information about options for all kinds of purposes will be held here.
@code
'option_name' => array( |
views_plugin_row_search_view::render |
core/modules/search/views/views_plugin_row_search_view.inc |
Override the behavior of the render() function. |
views_plugin_row_user_view::options_form |
core/modules/user/views/views_plugin_row_user_view.inc |
Provide a form for setting options. |
views_plugin_row_user_view::options_form_summary_options |
core/modules/user/views/views_plugin_row_user_view.inc |
Return the main options, which are shown in the summary title. |