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. |
views_plugin_row_user_view::option_definition |
core/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_user_view::pre_render |
core/modules/user/views/views_plugin_row_user_view.inc |
Allow the style to do stuff before each row is rendered. |
views_plugin_row_user_view::render |
core/modules/user/views/views_plugin_row_user_view.inc |
Render a row object. This usually passes through to a theme template
of some form, but not always. |
views_plugin_row_user_view::summary_title |
core/modules/user/views/views_plugin_row_user_view.inc |
Returns the summary of the settings in the display. |
views_plugin_style::build_sort |
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. |