Search for render
| Title | Object type | File name | Summary | 
|---|---|---|---|
| views_plugin_display::render_pager | function | plugins/ | 
                                                                                        Not all display plugins will suppert pager rendering. | 
| views_plugin_display_attachment::render_pager | function | plugins/ | 
                                                                                        Not all display plugins will suppert pager rendering. | 
| views_plugin_display_feed::render | function | plugins/ | 
                                                                                        Instead of going through the standard views_view.tpl.php, delegate this to the style handler.  | 
              
| views_plugin_exposed_form::post_render | function | plugins/ | 
                                                                                        |
| views_plugin_exposed_form::pre_render | function | plugins/ | 
                                                                                        |
| views_plugin_exposed_form::render_exposed_form | function | plugins/ | 
                                                                                        Render the exposed filter form. | 
| views_plugin_exposed_form_input_required::pre_render | function | plugins/ | 
                                                                                        |
| views_plugin_localization::export_render | function | plugins/ | 
                                                                                        Render any collected exported strings to code. | 
| views_plugin_localization_core::export_render | function | plugins/ | 
                                                                                        Render any collected exported strings to code. | 
| views_plugin_pager::pre_render | function | plugins/ | 
                                                                                        Perform any needed actions just before rendering. | 
| views_plugin_pager::render | function | plugins/ | 
                                                                                        Render the pager. | 
| views_plugin_pager_full::render | function | plugins/ | 
                                                                                        Render the pager. | 
| views_plugin_pager_mini::render | function | plugins/ | 
                                                                                        Render the pager. | 
| views_plugin_query::render_pager | function | plugins/ | 
                                                                                        Render the pager, if necessary. | 
| views_plugin_row::pre_render | function | plugins/ | 
                                                                                        Allow the style to do stuff before each row is rendered. | 
| views_plugin_row::render | function | plugins/ | 
                                                                                        Render a row object. This usually passes through to a theme template of some form, but not always.  | 
              
| views_plugin_row_aggregator_rss::render | function | modules/ | 
                                                                                        Render a row object. This usually passes through to a theme template of some form, but not always.  | 
              
| views_plugin_row_comment_rss::pre_render | function | modules/ | 
                                                                                        Allow the style to do stuff before each row is rendered. | 
| views_plugin_row_comment_rss::render | function | modules/ | 
                                                                                        Render a row object. This usually passes through to a theme template of some form, but not always.  | 
              
| views_plugin_row_comment_view::pre_render | function | modules/ | 
                                                                                        Allow the style to do stuff before each row is rendered. | 
| views_plugin_row_node_rss::pre_render | function | modules/ | 
                                                                                        Allow the style to do stuff before each row is rendered. | 
| views_plugin_row_node_rss::render | function | modules/ | 
                                                                                        Render a row object. This usually passes through to a theme template of some form, but not always.  | 
              
| views_plugin_row_node_view::pre_render | function | modules/ | 
                                                                                        Allow the style to do stuff before each row is rendered. | 
| views_plugin_row_node_view::render | function | modules/ | 
                                                                                        Render a row object. This usually passes through to a theme template of some form, but not always.  | 
              
| views_plugin_row_rss_fields::render | function | plugins/ | 
                                                                                        Render a row object. This usually passes through to a theme template of some form, but not always.  | 
              
| views_plugin_row_search_view::render | function | modules/ | 
                                                                                        Override the behavior of the render() function. | 
| views_plugin_row_user_view::pre_render | function | modules/ | 
                                                                                        Allow the style to do stuff before each row is rendered. | 
| views_plugin_row_user_view::render | function | modules/ | 
                                                                                        Render a row object. This usually passes through to a theme template of some form, but not always.  | 
              
| views_plugin_style::pre_render | function | plugins/ | 
                                                                                        Allow the style to do stuff before each row is rendered. | 
| views_plugin_style::render | function | plugins/ | 
                                                                                        Render the display in this style. | 
| views_plugin_style::render_fields | function | plugins/ | 
                                                                                        Render all of the fields for a given style and store them on the object. | 
| views_plugin_style::render_grouping | function | plugins/ | 
                                                                                        Group records as needed for rendering. | 
| views_plugin_style::render_grouping_sets | function | plugins/ | 
                                                                                        Render the grouping sets. | 
| views_plugin_style_jump_menu::render | function | plugins/ | 
                                                                                        Render the display in this style. | 
| views_plugin_style_mapping::render | function | plugins/ | 
                                                                                        Render the display in this style. | 
| views_plugin_style_rss::render | function | plugins/ | 
                                                                                        Render the display in this style. | 
| views_plugin_style_summary::render | function | plugins/ | 
                                                                                        Render the display in this style. | 
| views_plugin_style_summary_jump_menu::render | function | plugins/ | 
                                                                                        Render the display in this style. | 
| views_test_views_pre_render | function | tests/ | 
                                                                                        Implements hook_views_pre_render(). | 
| views_ui::list_render | function | plugins/ | 
                                                                                        Render all of the rows together. | 
| views_ui_pre_render_add_fieldset_markup | function | includes/ | 
                                                                                        Move form elements into fieldsets for presentation purposes. | 
| views_ui_pre_render_flatten_data | function | includes/ | 
                                                                                        Flattens the structure of an element containing the #flatten property. | 
| views_ui_pre_render_move_argument_options | function | includes/ | 
                                                                                        Moves argument options into their place. | 
| views_ui_render_display_top | function | includes/ | 
                                                                                        Render the top of the display so it can be updated during ajax operations. | 
Pagination
- Previous page
 - Page 4