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. |
views_plugin_style::build_sort_post |
core/modules/views/plugins/views_plugin_style.inc |
Called by the view builder to let the style build a second set of
sorts that will come after any other sorts in the view. |
views_plugin_style::destroy |
core/modules/views/plugins/views_plugin_style.inc |
|
views_plugin_style::even_empty |
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::get_field |
core/modules/views/plugins/views_plugin_style.inc |
Get a rendered field. |
views_plugin_style::get_field_value |
core/modules/views/plugins/views_plugin_style.inc |
Get the raw field value. |
views_plugin_style::get_row_class |
core/modules/views/plugins/views_plugin_style.inc |
Return the token replaced row class for the specified row. |
views_plugin_style::init |
core/modules/views/plugins/views_plugin_style.inc |
Initialize a style plugin. |
views_plugin_style::options_form |
core/modules/views/plugins/views_plugin_style.inc |
Provide a form to edit options for this plugin. |
views_plugin_style::options_validate |
core/modules/views/plugins/views_plugin_style.inc |
Validate the options form. |
views_plugin_style::option_definition |
core/modules/views/plugins/views_plugin_style.inc |
Information about options for all kinds of purposes will be held here.
@code
'option_name' => array( |
views_plugin_style::pre_render |
core/modules/views/plugins/views_plugin_style.inc |
Allow the style to do stuff before each row is rendered. |
views_plugin_style::query |
core/modules/views/plugins/views_plugin_style.inc |
Add anything to the query that we might need to. |
views_plugin_style::render |
core/modules/views/plugins/views_plugin_style.inc |
Render the display in this style. |
views_plugin_style::render_fields |
core/modules/views/plugins/views_plugin_style.inc |
Render all of the fields for a given style and store them on the object. |
views_plugin_style::render_grouping |
core/modules/views/plugins/views_plugin_style.inc |
Group records as needed for rendering. |
views_plugin_style::render_grouping_sets |
core/modules/views/plugins/views_plugin_style.inc |
Render the grouping sets. |
views_plugin_style::tokenize_value |
core/modules/views/plugins/views_plugin_style.inc |
Take a value and apply token replacement logic to it. |
views_plugin_style::uses_fields |
core/modules/views/plugins/views_plugin_style.inc |
Return TRUE if this style also uses fields. |
views_plugin_style::uses_row_class |
core/modules/views/plugins/views_plugin_style.inc |
Return TRUE if this style also uses a row plugin. |
views_plugin_style::uses_row_plugin |
core/modules/views/plugins/views_plugin_style.inc |
Return TRUE if this style also uses a row plugin. |
views_plugin_style::uses_tokens |
core/modules/views/plugins/views_plugin_style.inc |
Return TRUE if this style uses tokens. |
views_plugin_style::validate |
core/modules/views/plugins/views_plugin_style.inc |
Validate that the plugin is correct and can be saved. |
views_plugin_style_default::options |
core/modules/views/plugins/views_plugin_style_default.inc |
Set default options |
views_plugin_style_default::options_form |
core/modules/views/plugins/views_plugin_style_default.inc |
Provide a form to edit options for this plugin. |
views_plugin_style_grid::options_form |
core/modules/views/plugins/views_plugin_style_grid.inc |
Render the given style. |
views_plugin_style_grid::option_definition |
core/modules/views/plugins/views_plugin_style_grid.inc |
Set default options |