Search for display
| Title | Object type | File name | Summary | 
|---|---|---|---|
| views_plugin_display::get_url | function | plugins/ | 
                                                                                        |
| views_plugin_display::has_path | function | plugins/ | 
                                                                                        Check to see if the display has a 'path' field. | 
| views_plugin_display::hook_block_list | function | plugins/ | 
                                                                                        If this display creates a block, implement one of these. | 
| views_plugin_display::hook_menu | function | plugins/ | 
                                                                                        If this display creates a page with a menu item, implement it here. | 
| views_plugin_display::init | function | plugins/ | 
                                                                                        |
| views_plugin_display::is_defaulted | function | plugins/ | 
                                                                                        Determine if a given option is set to use the default or current display. | 
| views_plugin_display::is_default_display | function | plugins/ | 
                                                                                        If this display is the 'default' display which contains fallback settings. | 
| views_plugin_display::is_identifier_unique | function | plugins/ | 
                                                                                        Check if the provided identifier is unique. | 
| views_plugin_display::options_form | function | plugins/ | 
                                                                                        Provide the default form for setting options. | 
| views_plugin_display::options_override | function | plugins/ | 
                                                                                        If override/revert was clicked, perform the proper toggle. | 
| views_plugin_display::options_submit | function | plugins/ | 
                                                                                        Perform any necessary changes to the form values prior to storage. | 
| views_plugin_display::options_summary | function | plugins/ | 
                                                                                        Provide the default summary for options in the views UI. | 
| views_plugin_display::options_validate | function | plugins/ | 
                                                                                        Validate the options form. | 
| views_plugin_display::option_definition | function | plugins/ | 
                                                                                        Information about options for all kinds of purposes will be held here. | 
| views_plugin_display::option_link | function | plugins/ | 
                                                                                        Because forms may be split up into sections, this provides an easy URL to exactly the right section. Don't override this.  | 
              
| views_plugin_display::override_option | function | plugins/ | 
                                                                                        Set an option and force it to be an override. | 
| views_plugin_display::preview | function | plugins/ | 
                                                                                        Fully render the display. | 
| views_plugin_display::pre_execute | function | plugins/ | 
                                                                                        Set up any variables on the view prior to execution. | 
| views_plugin_display::query | function | plugins/ | 
                                                                                        Inject anything into the query that the display handler needs. | 
| views_plugin_display::render | function | plugins/ | 
                                                                                        Render this display. | 
| views_plugin_display::render_area | function | plugins/ | 
                                                                                        |
| views_plugin_display::render_empty | function | plugins/ | 
                                                                                        |
| views_plugin_display::render_filters | function | plugins/ | 
                                                                                        Not all display plugins will support filtering. | 
| views_plugin_display::render_footer | function | plugins/ | 
                                                                                        Render the footer of the view. | 
| views_plugin_display::render_header | function | plugins/ | 
                                                                                        Render the header of the view. | 
| views_plugin_display::render_more_link | function | plugins/ | 
                                                                                        Render the 'more' link. | 
| views_plugin_display::render_pager | function | plugins/ | 
                                                                                        Not all display plugins will suppert pager rendering. | 
| views_plugin_display::set_option | function | plugins/ | 
                                                                                        Intelligently set an option either from this display or from the default display, if directed to do so.  | 
              
| views_plugin_display::set_override | function | plugins/ | 
                                                                                        Flip the override setting for the given section. | 
| views_plugin_display::unpack_handler | function | plugins/ | 
                                                                                        Special method to unpack items that have handlers. | 
| views_plugin_display::unpack_plugin | function | plugins/ | 
                                                                                        Special handling for plugin unpacking. | 
| views_plugin_display::unpack_style | function | plugins/ | 
                                                                                        |
| views_plugin_display::uses_breadcrumb | function | plugins/ | 
                                                                                        Check to see if the display needs a breadcrumb. | 
| views_plugin_display::uses_exposed | function | plugins/ | 
                                                                                        Does this display uses exposed filters? | 
| views_plugin_display::uses_exposed_form_in_block | function | plugins/ | 
                                                                                        Check to see if the display can put the exposed form in a block. | 
| views_plugin_display::uses_fields | function | plugins/ | 
                                                                                        Determine if the display's style uses fields. | 
| views_plugin_display::uses_link_display | function | plugins/ | 
                                                                                        Check to see if the display has some need to link to another display. | 
| views_plugin_display::use_ajax | function | plugins/ | 
                                                                                        Does the display use AJAX? | 
| views_plugin_display::use_group_by | function | plugins/ | 
                                                                                        Does the display have groupby enabled? | 
| views_plugin_display::use_more | function | plugins/ | 
                                                                                        Does the display have a more link enabled? | 
| views_plugin_display::use_more_always | function | plugins/ | 
                                                                                        Should the enabled display more link be shown when no more items? | 
| views_plugin_display::use_more_open_new_window | function | plugins/ | 
                                                                                        Should the enabled display more link being opened in an new window? | 
| views_plugin_display::use_more_text | function | plugins/ | 
                                                                                        Does the display have custom link text? | 
| views_plugin_display::use_pager | function | plugins/ | 
                                                                                        Does the display have a pager enabled? | 
| views_plugin_display::validate | function | plugins/ | 
                                                                                        Make sure the display and all associated handlers are valid. | 
| views_plugin_display::view_special_blocks | function | plugins/ | 
                                                                                        Render any special blocks provided for this display. | 
| views_plugin_display_attachment | class | plugins/ | 
                                                                                        The plugin that handles an attachment display. | 
| views_plugin_display_attachment.inc | file | plugins/ | 
                                                                                        Definition of views_plugin_display_attachment. | 
| views_plugin_display_attachment::attachment_positions | function | plugins/ | 
                                                                                        |
| views_plugin_display_attachment::attach_to | function | plugins/ | 
                                                                                        Attach to another view. | 
Pagination
- Previous page
 - Page 3
 - Next page